Shades of Rock Blue #929EC3
Tints of Rock Blue #929EC3
RGB
CMYK
RGB Variations
Color information
#929EC3 (or 0x929EC3) is known color: Rock Blue. HEX triplet: 92, 9E and C3. RGB value is (146,158,195). Sum of RGB (Red+Green+Blue) = 146+158+195=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #929EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EC3 is #6D613C. Grayscale: #9E9E9E. Windows color (decimal): -7168317 or 12820114. OLE color: 12820114.
HSL color Cylindrical-coordinate representation of color #929EC3: hue angle of 225.31º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #929EC3 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 158 | 195 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.24 |
| HSL | 225.31º | 0.29% | 0.67% | - |
| HSV(B) | 225.31º | 0.25% | 0.76% | - |
| XYZ | 33.93 | 34.5 | 56.5 | - |
| YUV | 158.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 195 | 0.25 | 0.19 | 0 | 0.24 | 225.31 | 0.29 | 0.67 |
| Hex | 92 | 9E | C3 | 19 | 13 | 0 | 18 | E1 | 1D | 43 |
| Octal | 222 | 236 | 303 | 31 | 23 | 0 | 30 | 341 | 35 | 103 |
| Binary | 10010010 | 10011110 | 11000011 | 11001 | 10011 | 0 | 11000 | 11100001 | 11101 | 1000011 |
Color Harmonies of #929EC3
Complementary color
Monochromatic Colors of #929EC3
Black with #929EC3
Text Example
Text Example
White with #929EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929EC3; }
p { color: rgb(146,158,195); }
H1.HeaderClassName
{
color: #929EC3;
}
.AnyTagClassName
{
color: #929EC3;
}
</style>
background-color css
<style>
a { background-color: #929EC3; }
a { background-color: rgb(146,158,195); }
div.DivClassName
{
background-color: #929EC3;
}
.BgClassName
{
background-color: #929EC3;
}
</style>
border-color css
<style>
span { border-color: #929EC3; }
span { border-color: rgb(146,158,195); }
td.TdClassName
{
border-color: #929EC3;
}
.TagClassName
{
border-color: #929EC3;
}
</style>