Shades of Rock Blue #919FC8
Tints of Rock Blue #919FC8
RGB
CMYK
RGB Variations
Color information
#919FC8 (or 0x919FC8) is known color: Rock Blue. HEX triplet: 91, 9F and C8. RGB value is (145,159,200). Sum of RGB (Red+Green+Blue) = 145+159+200=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #919FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FC8 is #6E6037. Grayscale: #9F9F9F. Windows color (decimal): -7233592 or 13148049. OLE color: 13148049.
HSL color Cylindrical-coordinate representation of color #919FC8: hue angle of 224.73º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #919FC8 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 159 | 200 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.22 |
| HSL | 224.73º | 0.33% | 0.68% | - |
| HSV(B) | 224.73º | 0.28% | 0.78% | - |
| XYZ | 34.5 | 34.99 | 59.58 | - |
| YUV | 159.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 200 | 0.28 | 0.20 | 0 | 0.22 | 224.73 | 0.33 | 0.68 |
| Hex | 91 | 9F | C8 | 1C | 14 | 0 | 16 | E1 | 21 | 44 |
| Octal | 221 | 237 | 310 | 34 | 24 | 0 | 26 | 341 | 41 | 104 |
| Binary | 10010001 | 10011111 | 11001000 | 11100 | 10100 | 0 | 10110 | 11100001 | 100001 | 1000100 |
Color Harmonies of #919FC8
Complementary color
Monochromatic Colors of #919FC8
Black with #919FC8
Text Example
Text Example
White with #919FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FC8; }
p { color: rgb(145,159,200); }
H1.HeaderClassName
{
color: #919FC8;
}
.AnyTagClassName
{
color: #919FC8;
}
</style>
background-color css
<style>
a { background-color: #919FC8; }
a { background-color: rgb(145,159,200); }
div.DivClassName
{
background-color: #919FC8;
}
.BgClassName
{
background-color: #919FC8;
}
</style>
border-color css
<style>
span { border-color: #919FC8; }
span { border-color: rgb(145,159,200); }
td.TdClassName
{
border-color: #919FC8;
}
.TagClassName
{
border-color: #919FC8;
}
</style>