Shades of Blue Bell #9A8FCA
Tints of Blue Bell #9A8FCA
RGB
CMYK
RGB Variations
Color information
#9A8FCA (or 0x9A8FCA) is known color: Blue Bell. HEX triplet: 9A, 8F and CA. RGB value is (154,143,202). Sum of RGB (Red+Green+Blue) = 154+143+202=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FCA is #657035. Grayscale: #989898. Windows color (decimal): -6647862 or 13275034. OLE color: 13275034.
HSL color Cylindrical-coordinate representation of color #9A8FCA: hue angle of 251.19º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A8FCA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 143 | 202 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.21 |
| HSL | 251.19º | 0.36% | 0.68% | - |
| HSV(B) | 251.19º | 0.29% | 0.79% | - |
| XYZ | 33.81 | 30.78 | 60.04 | - |
| YUV | 153.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 202 | 0.24 | 0.29 | 0 | 0.21 | 251.19 | 0.36 | 0.68 |
| Hex | 9A | 8F | CA | 18 | 1D | 0 | 15 | FB | 24 | 44 |
| Octal | 232 | 217 | 312 | 30 | 35 | 0 | 25 | 373 | 44 | 104 |
| Binary | 10011010 | 10001111 | 11001010 | 11000 | 11101 | 0 | 10101 | 11111011 | 100100 | 1000100 |
Color Harmonies of #9A8FCA
Complementary color
Monochromatic Colors of #9A8FCA
Black with #9A8FCA
Text Example
Text Example
White with #9A8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FCA; }
p { color: rgb(154,143,202); }
H1.HeaderClassName
{
color: #9A8FCA;
}
.AnyTagClassName
{
color: #9A8FCA;
}
</style>
background-color css
<style>
a { background-color: #9A8FCA; }
a { background-color: rgb(154,143,202); }
div.DivClassName
{
background-color: #9A8FCA;
}
.BgClassName
{
background-color: #9A8FCA;
}
</style>
border-color css
<style>
span { border-color: #9A8FCA; }
span { border-color: rgb(154,143,202); }
td.TdClassName
{
border-color: #9A8FCA;
}
.TagClassName
{
border-color: #9A8FCA;
}
</style>