Shades of Rock Blue #959CB3
Tints of Rock Blue #959CB3
RGB
CMYK
RGB Variations
Color information
#959CB3 (or 0x959CB3) is known color: Rock Blue. HEX triplet: 95, 9C and B3. RGB value is (149,156,179). Sum of RGB (Red+Green+Blue) = 149+156+179=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #959CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CB3 is #6A634C. Grayscale: #9C9C9C. Windows color (decimal): -6972237 or 11771029. OLE color: 11771029.
HSL color Cylindrical-coordinate representation of color #959CB3: hue angle of 226º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #959CB3 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 156 | 179 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.30 |
| HSL | 226º | 0.16% | 0.64% | - |
| HSV(B) | 226º | 0.17% | 0.7% | - |
| XYZ | 32.42 | 33.42 | 47.39 | - |
| YUV | 156.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 179 | 0.17 | 0.13 | 0 | 0.30 | 226 | 0.16 | 0.64 |
| Hex | 95 | 9C | B3 | 11 | D | 0 | 1E | E2 | 10 | 40 |
| Octal | 225 | 234 | 263 | 21 | 15 | 0 | 36 | 342 | 20 | 100 |
| Binary | 10010101 | 10011100 | 10110011 | 10001 | 1101 | 0 | 11110 | 11100010 | 10000 | 1000000 |
Color Harmonies of #959CB3
Complementary color
Monochromatic Colors of #959CB3
Black with #959CB3
Text Example
Text Example
White with #959CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CB3; }
p { color: rgb(149,156,179); }
H1.HeaderClassName
{
color: #959CB3;
}
.AnyTagClassName
{
color: #959CB3;
}
</style>
background-color css
<style>
a { background-color: #959CB3; }
a { background-color: rgb(149,156,179); }
div.DivClassName
{
background-color: #959CB3;
}
.BgClassName
{
background-color: #959CB3;
}
</style>
border-color css
<style>
span { border-color: #959CB3; }
span { border-color: rgb(149,156,179); }
td.TdClassName
{
border-color: #959CB3;
}
.TagClassName
{
border-color: #959CB3;
}
</style>