Shades of Rock Blue #8F9DC3
Tints of Rock Blue #8F9DC3
RGB
CMYK
RGB Variations
Color information
#8F9DC3 (or 0x8F9DC3) is known color: Rock Blue. HEX triplet: 8F, 9D and C3. RGB value is (143,157,195). Sum of RGB (Red+Green+Blue) = 143+157+195=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F9DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DC3 is #70623C. Grayscale: #9C9C9C. Windows color (decimal): -7365181 or 12819855. OLE color: 12819855.
HSL color Cylindrical-coordinate representation of color #8F9DC3: hue angle of 223.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F9DC3 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 157 | 195 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.24 |
| HSL | 223.85º | 0.3% | 0.66% | - |
| HSV(B) | 223.85º | 0.27% | 0.76% | - |
| XYZ | 33.24 | 33.89 | 56.42 | - |
| YUV | 157.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 195 | 0.27 | 0.19 | 0 | 0.24 | 223.85 | 0.3 | 0.66 |
| Hex | 8F | 9D | C3 | 1B | 13 | 0 | 18 | E0 | 1E | 42 |
| Octal | 217 | 235 | 303 | 33 | 23 | 0 | 30 | 340 | 36 | 102 |
| Binary | 10001111 | 10011101 | 11000011 | 11011 | 10011 | 0 | 11000 | 11100000 | 11110 | 1000010 |
Color Harmonies of #8F9DC3
Complementary color
Monochromatic Colors of #8F9DC3
Black with #8F9DC3
Text Example
Text Example
White with #8F9DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DC3; }
p { color: rgb(143,157,195); }
H1.HeaderClassName
{
color: #8F9DC3;
}
.AnyTagClassName
{
color: #8F9DC3;
}
</style>
background-color css
<style>
a { background-color: #8F9DC3; }
a { background-color: rgb(143,157,195); }
div.DivClassName
{
background-color: #8F9DC3;
}
.BgClassName
{
background-color: #8F9DC3;
}
</style>
border-color css
<style>
span { border-color: #8F9DC3; }
span { border-color: rgb(143,157,195); }
td.TdClassName
{
border-color: #8F9DC3;
}
.TagClassName
{
border-color: #8F9DC3;
}
</style>