Shades of Rock Blue #939FC2
Tints of Rock Blue #939FC2
RGB
CMYK
RGB Variations
Color information
#939FC2 (or 0x939FC2) is known color: Rock Blue. HEX triplet: 93, 9F and C2. RGB value is (147,159,194). Sum of RGB (Red+Green+Blue) = 147+159+194=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #939FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FC2 is #6C603D. Grayscale: #9F9F9F. Windows color (decimal): -7102526 or 12754835. OLE color: 12754835.
HSL color Cylindrical-coordinate representation of color #939FC2: hue angle of 224.68º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #939FC2 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 159 | 194 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.24 |
| HSL | 224.68º | 0.28% | 0.67% | - |
| HSV(B) | 224.68º | 0.24% | 0.76% | - |
| XYZ | 34.17 | 34.89 | 55.97 | - |
| YUV | 159.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 194 | 0.24 | 0.18 | 0 | 0.24 | 224.68 | 0.28 | 0.67 |
| Hex | 93 | 9F | C2 | 18 | 12 | 0 | 18 | E1 | 1C | 43 |
| Octal | 223 | 237 | 302 | 30 | 22 | 0 | 30 | 341 | 34 | 103 |
| Binary | 10010011 | 10011111 | 11000010 | 11000 | 10010 | 0 | 11000 | 11100001 | 11100 | 1000011 |
Color Harmonies of #939FC2
Complementary color
Monochromatic Colors of #939FC2
Black with #939FC2
Text Example
Text Example
White with #939FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FC2; }
p { color: rgb(147,159,194); }
H1.HeaderClassName
{
color: #939FC2;
}
.AnyTagClassName
{
color: #939FC2;
}
</style>
background-color css
<style>
a { background-color: #939FC2; }
a { background-color: rgb(147,159,194); }
div.DivClassName
{
background-color: #939FC2;
}
.BgClassName
{
background-color: #939FC2;
}
</style>
border-color css
<style>
span { border-color: #939FC2; }
span { border-color: rgb(147,159,194); }
td.TdClassName
{
border-color: #939FC2;
}
.TagClassName
{
border-color: #939FC2;
}
</style>