Shades of Rock Blue #959FC4
Tints of Rock Blue #959FC4
RGB
CMYK
RGB Variations
Color information
#959FC4 (or 0x959FC4) is known color: Rock Blue. HEX triplet: 95, 9F and C4. RGB value is (149,159,196). Sum of RGB (Red+Green+Blue) = 149+159+196=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #959FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FC4 is #6A603B. Grayscale: #A0A0A0. Windows color (decimal): -6971452 or 12885909. OLE color: 12885909.
HSL color Cylindrical-coordinate representation of color #959FC4: hue angle of 227.23º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #959FC4 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 159 | 196 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.23 |
| HSL | 227.23º | 0.28% | 0.68% | - |
| HSV(B) | 227.23º | 0.24% | 0.77% | - |
| XYZ | 34.76 | 35.17 | 57.18 | - |
| YUV | 160.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 196 | 0.24 | 0.19 | 0 | 0.23 | 227.23 | 0.28 | 0.68 |
| Hex | 95 | 9F | C4 | 18 | 13 | 0 | 17 | E3 | 1C | 44 |
| Octal | 225 | 237 | 304 | 30 | 23 | 0 | 27 | 343 | 34 | 104 |
| Binary | 10010101 | 10011111 | 11000100 | 11000 | 10011 | 0 | 10111 | 11100011 | 11100 | 1000100 |
Color Harmonies of #959FC4
Complementary color
Monochromatic Colors of #959FC4
Black with #959FC4
Text Example
Text Example
White with #959FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FC4; }
p { color: rgb(149,159,196); }
H1.HeaderClassName
{
color: #959FC4;
}
.AnyTagClassName
{
color: #959FC4;
}
</style>
background-color css
<style>
a { background-color: #959FC4; }
a { background-color: rgb(149,159,196); }
div.DivClassName
{
background-color: #959FC4;
}
.BgClassName
{
background-color: #959FC4;
}
</style>
border-color css
<style>
span { border-color: #959FC4; }
span { border-color: rgb(149,159,196); }
td.TdClassName
{
border-color: #959FC4;
}
.TagClassName
{
border-color: #959FC4;
}
</style>