Shades of Rock Blue #929DB3
Tints of Rock Blue #929DB3
RGB
CMYK
RGB Variations
Color information
#929DB3 (or 0x929DB3) is known color: Rock Blue. HEX triplet: 92, 9D and B3. RGB value is (146,157,179). Sum of RGB (Red+Green+Blue) = 146+157+179=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #929DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DB3 is #6D624C. Grayscale: #9C9C9C. Windows color (decimal): -7168589 or 11771282. OLE color: 11771282.
HSL color Cylindrical-coordinate representation of color #929DB3: hue angle of 220º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #929DB3 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 157 | 179 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.30 |
| HSL | 220º | 0.18% | 0.64% | - |
| HSV(B) | 220º | 0.18% | 0.7% | - |
| XYZ | 32.05 | 33.48 | 47.42 | - |
| YUV | 156.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 179 | 0.18 | 0.12 | 0 | 0.30 | 220 | 0.18 | 0.64 |
| Hex | 92 | 9D | B3 | 12 | C | 0 | 1E | DC | 12 | 40 |
| Octal | 222 | 235 | 263 | 22 | 14 | 0 | 36 | 334 | 22 | 100 |
| Binary | 10010010 | 10011101 | 10110011 | 10010 | 1100 | 0 | 11110 | 11011100 | 10010 | 1000000 |
Color Harmonies of #929DB3
Complementary color
Monochromatic Colors of #929DB3
Black with #929DB3
Text Example
Text Example
White with #929DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DB3; }
p { color: rgb(146,157,179); }
H1.HeaderClassName
{
color: #929DB3;
}
.AnyTagClassName
{
color: #929DB3;
}
</style>
background-color css
<style>
a { background-color: #929DB3; }
a { background-color: rgb(146,157,179); }
div.DivClassName
{
background-color: #929DB3;
}
.BgClassName
{
background-color: #929DB3;
}
</style>
border-color css
<style>
span { border-color: #929DB3; }
span { border-color: rgb(146,157,179); }
td.TdClassName
{
border-color: #929DB3;
}
.TagClassName
{
border-color: #929DB3;
}
</style>