Shades of Rock Blue #919DC0
Tints of Rock Blue #919DC0
RGB
CMYK
RGB Variations
Color information
#919DC0 (or 0x919DC0) is known color: Rock Blue. HEX triplet: 91, 9D and C0. RGB value is (145,157,192). Sum of RGB (Red+Green+Blue) = 145+157+192=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #919DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DC0 is #6E623F. Grayscale: #9D9D9D. Windows color (decimal): -7234112 or 12623249. OLE color: 12623249.
HSL color Cylindrical-coordinate representation of color #919DC0: hue angle of 224.68º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919DC0 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 157 | 192 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.25 |
| HSL | 224.68º | 0.27% | 0.66% | - |
| HSV(B) | 224.68º | 0.24% | 0.75% | - |
| XYZ | 33.25 | 33.94 | 54.67 | - |
| YUV | 157.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 192 | 0.24 | 0.18 | 0 | 0.25 | 224.68 | 0.27 | 0.66 |
| Hex | 91 | 9D | C0 | 18 | 12 | 0 | 19 | E1 | 1B | 42 |
| Octal | 221 | 235 | 300 | 30 | 22 | 0 | 31 | 341 | 33 | 102 |
| Binary | 10010001 | 10011101 | 11000000 | 11000 | 10010 | 0 | 11001 | 11100001 | 11011 | 1000010 |
Color Harmonies of #919DC0
Complementary color
Monochromatic Colors of #919DC0
Black with #919DC0
Text Example
Text Example
White with #919DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DC0; }
p { color: rgb(145,157,192); }
H1.HeaderClassName
{
color: #919DC0;
}
.AnyTagClassName
{
color: #919DC0;
}
</style>
background-color css
<style>
a { background-color: #919DC0; }
a { background-color: rgb(145,157,192); }
div.DivClassName
{
background-color: #919DC0;
}
.BgClassName
{
background-color: #919DC0;
}
</style>
border-color css
<style>
span { border-color: #919DC0; }
span { border-color: rgb(145,157,192); }
td.TdClassName
{
border-color: #919DC0;
}
.TagClassName
{
border-color: #919DC0;
}
</style>