Shades of Rock Blue #929DC5
Tints of Rock Blue #929DC5
RGB
CMYK
RGB Variations
Color information
#929DC5 (or 0x929DC5) is known color: Rock Blue. HEX triplet: 92, 9D and C5. RGB value is (146,157,197). Sum of RGB (Red+Green+Blue) = 146+157+197=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #929DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DC5 is #6D623A. Grayscale: #9E9E9E. Windows color (decimal): -7168571 or 12950930. OLE color: 12950930.
HSL color Cylindrical-coordinate representation of color #929DC5: hue angle of 227.06º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #929DC5 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 157 | 197 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.23 |
| HSL | 227.06º | 0.31% | 0.67% | - |
| HSV(B) | 227.06º | 0.26% | 0.77% | - |
| XYZ | 33.99 | 34.26 | 57.64 | - |
| YUV | 158.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 197 | 0.26 | 0.20 | 0 | 0.23 | 227.06 | 0.31 | 0.67 |
| Hex | 92 | 9D | C5 | 1A | 14 | 0 | 17 | E3 | 1F | 43 |
| Octal | 222 | 235 | 305 | 32 | 24 | 0 | 27 | 343 | 37 | 103 |
| Binary | 10010010 | 10011101 | 11000101 | 11010 | 10100 | 0 | 10111 | 11100011 | 11111 | 1000011 |
Color Harmonies of #929DC5
Complementary color
Monochromatic Colors of #929DC5
Black with #929DC5
Text Example
Text Example
White with #929DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DC5; }
p { color: rgb(146,157,197); }
H1.HeaderClassName
{
color: #929DC5;
}
.AnyTagClassName
{
color: #929DC5;
}
</style>
background-color css
<style>
a { background-color: #929DC5; }
a { background-color: rgb(146,157,197); }
div.DivClassName
{
background-color: #929DC5;
}
.BgClassName
{
background-color: #929DC5;
}
</style>
border-color css
<style>
span { border-color: #929DC5; }
span { border-color: rgb(146,157,197); }
td.TdClassName
{
border-color: #929DC5;
}
.TagClassName
{
border-color: #929DC5;
}
</style>