Shades of Rock Blue #919CC3
Tints of Rock Blue #919CC3
RGB
CMYK
RGB Variations
Color information
#919CC3 (or 0x919CC3) is known color: Rock Blue. HEX triplet: 91, 9C and C3. RGB value is (145,156,195). Sum of RGB (Red+Green+Blue) = 145+156+195=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #919CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CC3 is #6E633C. Grayscale: #9C9C9C. Windows color (decimal): -7234365 or 12819601. OLE color: 12819601.
HSL color Cylindrical-coordinate representation of color #919CC3: hue angle of 226.8º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #919CC3 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 156 | 195 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.24 |
| HSL | 226.8º | 0.29% | 0.67% | - |
| HSV(B) | 226.8º | 0.26% | 0.76% | - |
| XYZ | 33.42 | 33.74 | 56.38 | - |
| YUV | 157.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 195 | 0.26 | 0.20 | 0 | 0.24 | 226.8 | 0.29 | 0.67 |
| Hex | 91 | 9C | C3 | 1A | 14 | 0 | 18 | E3 | 1D | 43 |
| Octal | 221 | 234 | 303 | 32 | 24 | 0 | 30 | 343 | 35 | 103 |
| Binary | 10010001 | 10011100 | 11000011 | 11010 | 10100 | 0 | 11000 | 11100011 | 11101 | 1000011 |
Color Harmonies of #919CC3
Complementary color
Monochromatic Colors of #919CC3
Black with #919CC3
Text Example
Text Example
White with #919CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CC3; }
p { color: rgb(145,156,195); }
H1.HeaderClassName
{
color: #919CC3;
}
.AnyTagClassName
{
color: #919CC3;
}
</style>
background-color css
<style>
a { background-color: #919CC3; }
a { background-color: rgb(145,156,195); }
div.DivClassName
{
background-color: #919CC3;
}
.BgClassName
{
background-color: #919CC3;
}
</style>
border-color css
<style>
span { border-color: #919CC3; }
span { border-color: rgb(145,156,195); }
td.TdClassName
{
border-color: #919CC3;
}
.TagClassName
{
border-color: #919CC3;
}
</style>