Shades of Blue Bell #9FA3CA
Tints of Blue Bell #9FA3CA
RGB
CMYK
RGB Variations
Color information
#9FA3CA (or 0x9FA3CA) is known color: Blue Bell. HEX triplet: 9F, A3 and CA. RGB value is (159,163,202). Sum of RGB (Red+Green+Blue) = 159+163+202=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3CA is #605C35. Grayscale: #A6A6A6. Windows color (decimal): -6315062 or 13280159. OLE color: 13280159.
HSL color Cylindrical-coordinate representation of color #9FA3CA: hue angle of 234.42º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FA3CA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 163 | 202 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.21 |
| HSL | 234.42º | 0.29% | 0.71% | - |
| HSV(B) | 234.42º | 0.21% | 0.79% | - |
| XYZ | 38.06 | 37.83 | 61.17 | - |
| YUV | 166.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 202 | 0.21 | 0.19 | 0 | 0.21 | 234.42 | 0.29 | 0.71 |
| Hex | 9F | A3 | CA | 15 | 13 | 0 | 15 | EA | 1D | 47 |
| Octal | 237 | 243 | 312 | 25 | 23 | 0 | 25 | 352 | 35 | 107 |
| Binary | 10011111 | 10100011 | 11001010 | 10101 | 10011 | 0 | 10101 | 11101010 | 11101 | 1000111 |
Color Harmonies of #9FA3CA
Complementary color
Monochromatic Colors of #9FA3CA
Black with #9FA3CA
Text Example
Text Example
White with #9FA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA3CA; }
p { color: rgb(159,163,202); }
H1.HeaderClassName
{
color: #9FA3CA;
}
.AnyTagClassName
{
color: #9FA3CA;
}
</style>
background-color css
<style>
a { background-color: #9FA3CA; }
a { background-color: rgb(159,163,202); }
div.DivClassName
{
background-color: #9FA3CA;
}
.BgClassName
{
background-color: #9FA3CA;
}
</style>
border-color css
<style>
span { border-color: #9FA3CA; }
span { border-color: rgb(159,163,202); }
td.TdClassName
{
border-color: #9FA3CA;
}
.TagClassName
{
border-color: #9FA3CA;
}
</style>