Shades of Rock Blue #92A1C7
Tints of Rock Blue #92A1C7
RGB
CMYK
RGB Variations
Color information
#92A1C7 (or 0x92A1C7) is known color: Rock Blue. HEX triplet: 92, A1 and C7. RGB value is (146,161,199). Sum of RGB (Red+Green+Blue) = 146+161+199=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: blue. Hex color #92A1C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1C7 is #6D5E38. Grayscale: #A0A0A0. Windows color (decimal): -7167545 or 13083026. OLE color: 13083026.
HSL color Cylindrical-coordinate representation of color #92A1C7: hue angle of 223.02º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92A1C7 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 161 | 199 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.22 |
| HSL | 223.02º | 0.32% | 0.68% | - |
| HSV(B) | 223.02º | 0.27% | 0.78% | - |
| XYZ | 34.91 | 35.72 | 59.09 | - |
| YUV | 160.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 199 | 0.27 | 0.19 | 0 | 0.22 | 223.02 | 0.32 | 0.68 |
| Hex | 92 | A1 | C7 | 1B | 13 | 0 | 16 | DF | 20 | 44 |
| Octal | 222 | 241 | 307 | 33 | 23 | 0 | 26 | 337 | 40 | 104 |
| Binary | 10010010 | 10100001 | 11000111 | 11011 | 10011 | 0 | 10110 | 11011111 | 100000 | 1000100 |
Color Harmonies of #92A1C7
Complementary color
Monochromatic Colors of #92A1C7
Black with #92A1C7
Text Example
Text Example
White with #92A1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1C7; }
p { color: rgb(146,161,199); }
H1.HeaderClassName
{
color: #92A1C7;
}
.AnyTagClassName
{
color: #92A1C7;
}
</style>
background-color css
<style>
a { background-color: #92A1C7; }
a { background-color: rgb(146,161,199); }
div.DivClassName
{
background-color: #92A1C7;
}
.BgClassName
{
background-color: #92A1C7;
}
</style>
border-color css
<style>
span { border-color: #92A1C7; }
span { border-color: rgb(146,161,199); }
td.TdClassName
{
border-color: #92A1C7;
}
.TagClassName
{
border-color: #92A1C7;
}
</style>