Shades of Rock Blue #919CC1
Tints of Rock Blue #919CC1
RGB
CMYK
RGB Variations
Color information
#919CC1 (or 0x919CC1) is known color: Rock Blue. HEX triplet: 91, 9C and C1. RGB value is (145,156,193). Sum of RGB (Red+Green+Blue) = 145+156+193=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #919CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CC1 is #6E633E. Grayscale: #9C9C9C. Windows color (decimal): -7234367 or 12688529. OLE color: 12688529.
HSL color Cylindrical-coordinate representation of color #919CC1: hue angle of 226.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #919CC1 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 156 | 193 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.24 |
| HSL | 226.25º | 0.28% | 0.66% | - |
| HSV(B) | 226.25º | 0.25% | 0.76% | - |
| XYZ | 33.19 | 33.65 | 55.2 | - |
| YUV | 156.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 193 | 0.25 | 0.19 | 0 | 0.24 | 226.25 | 0.28 | 0.66 |
| Hex | 91 | 9C | C1 | 19 | 13 | 0 | 18 | E2 | 1C | 42 |
| Octal | 221 | 234 | 301 | 31 | 23 | 0 | 30 | 342 | 34 | 102 |
| Binary | 10010001 | 10011100 | 11000001 | 11001 | 10011 | 0 | 11000 | 11100010 | 11100 | 1000010 |
Color Harmonies of #919CC1
Complementary color
Monochromatic Colors of #919CC1
Black with #919CC1
Text Example
Text Example
White with #919CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CC1; }
p { color: rgb(145,156,193); }
H1.HeaderClassName
{
color: #919CC1;
}
.AnyTagClassName
{
color: #919CC1;
}
</style>
background-color css
<style>
a { background-color: #919CC1; }
a { background-color: rgb(145,156,193); }
div.DivClassName
{
background-color: #919CC1;
}
.BgClassName
{
background-color: #919CC1;
}
</style>
border-color css
<style>
span { border-color: #919CC1; }
span { border-color: rgb(145,156,193); }
td.TdClassName
{
border-color: #919CC1;
}
.TagClassName
{
border-color: #919CC1;
}
</style>