Shades of Rock Blue #939FC8
Tints of Rock Blue #939FC8
RGB
CMYK
RGB Variations
Color information
#939FC8 (or 0x939FC8) is known color: Rock Blue. HEX triplet: 93, 9F and C8. RGB value is (147,159,200). Sum of RGB (Red+Green+Blue) = 147+159+200=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #939FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FC8 is #6C6037. Grayscale: #9F9F9F. Windows color (decimal): -7102520 or 13148051. OLE color: 13148051.
HSL color Cylindrical-coordinate representation of color #939FC8: hue angle of 226.42º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #939FC8 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 159 | 200 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.22 |
| HSL | 226.42º | 0.33% | 0.68% | - |
| HSV(B) | 226.42º | 0.27% | 0.78% | - |
| XYZ | 34.86 | 35.17 | 59.59 | - |
| YUV | 160.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 200 | 0.26 | 0.20 | 0 | 0.22 | 226.42 | 0.33 | 0.68 |
| Hex | 93 | 9F | C8 | 1A | 14 | 0 | 16 | E2 | 21 | 44 |
| Octal | 223 | 237 | 310 | 32 | 24 | 0 | 26 | 342 | 41 | 104 |
| Binary | 10010011 | 10011111 | 11001000 | 11010 | 10100 | 0 | 10110 | 11100010 | 100001 | 1000100 |
Color Harmonies of #939FC8
Complementary color
Monochromatic Colors of #939FC8
Black with #939FC8
Text Example
Text Example
White with #939FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FC8; }
p { color: rgb(147,159,200); }
H1.HeaderClassName
{
color: #939FC8;
}
.AnyTagClassName
{
color: #939FC8;
}
</style>
background-color css
<style>
a { background-color: #939FC8; }
a { background-color: rgb(147,159,200); }
div.DivClassName
{
background-color: #939FC8;
}
.BgClassName
{
background-color: #939FC8;
}
</style>
border-color css
<style>
span { border-color: #939FC8; }
span { border-color: rgb(147,159,200); }
td.TdClassName
{
border-color: #939FC8;
}
.TagClassName
{
border-color: #939FC8;
}
</style>