Shades of Rock Blue #95A2CA
Tints of Rock Blue #95A2CA
RGB
CMYK
RGB Variations
Color information
#95A2CA (or 0x95A2CA) is known color: Rock Blue. HEX triplet: 95, A2 and CA. RGB value is (149,162,202). Sum of RGB (Red+Green+Blue) = 149+162+202=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #95A2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A2CA is #6A5D35. Grayscale: #A2A2A2. Windows color (decimal): -6970678 or 13279893. OLE color: 13279893.
HSL color Cylindrical-coordinate representation of color #95A2CA: hue angle of 225.28º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95A2CA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 162 | 202 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.21 |
| HSL | 225.28º | 0.33% | 0.69% | - |
| HSV(B) | 225.28º | 0.26% | 0.79% | - |
| XYZ | 35.98 | 36.49 | 61.03 | - |
| YUV | 162.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 202 | 0.26 | 0.20 | 0 | 0.21 | 225.28 | 0.33 | 0.69 |
| Hex | 95 | A2 | CA | 1A | 14 | 0 | 15 | E1 | 21 | 45 |
| Octal | 225 | 242 | 312 | 32 | 24 | 0 | 25 | 341 | 41 | 105 |
| Binary | 10010101 | 10100010 | 11001010 | 11010 | 10100 | 0 | 10101 | 11100001 | 100001 | 1000101 |
Color Harmonies of #95A2CA
Complementary color
Monochromatic Colors of #95A2CA
Black with #95A2CA
Text Example
Text Example
White with #95A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A2CA; }
p { color: rgb(149,162,202); }
H1.HeaderClassName
{
color: #95A2CA;
}
.AnyTagClassName
{
color: #95A2CA;
}
</style>
background-color css
<style>
a { background-color: #95A2CA; }
a { background-color: rgb(149,162,202); }
div.DivClassName
{
background-color: #95A2CA;
}
.BgClassName
{
background-color: #95A2CA;
}
</style>
border-color css
<style>
span { border-color: #95A2CA; }
span { border-color: rgb(149,162,202); }
td.TdClassName
{
border-color: #95A2CA;
}
.TagClassName
{
border-color: #95A2CA;
}
</style>