Shades of Rock Blue #96A8BE
Tints of Rock Blue #96A8BE
RGB
CMYK
RGB Variations
Color information
#96A8BE (or 0x96A8BE) is known color: Rock Blue. HEX triplet: 96, A8 and BE. RGB value is (150,168,190). Sum of RGB (Red+Green+Blue) = 150+168+190=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #96A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8BE is #695741. Grayscale: #A5A5A5. Windows color (decimal): -6903618 or 12494998. OLE color: 12494998.
HSL color Cylindrical-coordinate representation of color #96A8BE: hue angle of 213º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A8BE is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 150 | 168 | 190 | - |
CMYK | 0.21 | 0.12 | 0 | 0.25 |
HSL | 213º | 0.24% | 0.67% | - |
HSV(B) | 213º | 0.21% | 0.75% | - |
XYZ | 35.87 | 38.21 | 54.2 | - |
YUV | 165.13 | 142.04 | 117.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 168 | 190 | 0.21 | 0.12 | 0 | 0.25 | 213 | 0.24 | 0.67 |
Hex | 96 | A8 | BE | 15 | C | 0 | 19 | D5 | 18 | 43 |
Octal | 226 | 250 | 276 | 25 | 14 | 0 | 31 | 325 | 30 | 103 |
Binary | 10010110 | 10101000 | 10111110 | 10101 | 1100 | 0 | 11001 | 11010101 | 11000 | 1000011 |
Color Harmonies of #96A8BE
Complementary color
Monochromatic Colors of #96A8BE
Black with #96A8BE
Text Example
Text Example
White with #96A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8BE; }
p { color: rgb(150,168,190); }
H1.HeaderClassName
{
color: #96A8BE;
}
.AnyTagClassName
{
color: #96A8BE;
}
</style>
background-color css
<style>
a { background-color: #96A8BE; }
a { background-color: rgb(150,168,190); }
div.DivClassName
{
background-color: #96A8BE;
}
.BgClassName
{
background-color: #96A8BE;
}
</style>
border-color css
<style>
span { border-color: #96A8BE; }
span { border-color: rgb(150,168,190); }
td.TdClassName
{
border-color: #96A8BE;
}
.TagClassName
{
border-color: #96A8BE;
}
</style>