Shades of Rock Blue #8F99BE
Tints of Rock Blue #8F99BE
RGB
CMYK
RGB Variations
Color information
#8F99BE (or 0x8F99BE) is known color: Rock Blue. HEX triplet: 8F, 99 and BE. RGB value is (143,153,190). Sum of RGB (Red+Green+Blue) = 143+153+190=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99BE is #706641. Grayscale: #9A9A9A. Windows color (decimal): -7366210 or 12491151. OLE color: 12491151.
HSL color Cylindrical-coordinate representation of color #8F99BE: hue angle of 227.23º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F99BE is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 143 | 153 | 190 | - |
CMYK | 0.25 | 0.19 | 0 | 0.25 |
HSL | 227.23º | 0.27% | 0.65% | - |
HSV(B) | 227.23º | 0.25% | 0.75% | - |
XYZ | 32.01 | 32.34 | 53.27 | - |
YUV | 154.23 | 148.19 | 119.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 153 | 190 | 0.25 | 0.19 | 0 | 0.25 | 227.23 | 0.27 | 0.65 |
Hex | 8F | 99 | BE | 19 | 13 | 0 | 19 | E3 | 1B | 41 |
Octal | 217 | 231 | 276 | 31 | 23 | 0 | 31 | 343 | 33 | 101 |
Binary | 10001111 | 10011001 | 10111110 | 11001 | 10011 | 0 | 11001 | 11100011 | 11011 | 1000001 |
Color Harmonies of #8F99BE
Complementary color
Monochromatic Colors of #8F99BE
Black with #8F99BE
Text Example
Text Example
White with #8F99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99BE; }
p { color: rgb(143,153,190); }
H1.HeaderClassName
{
color: #8F99BE;
}
.AnyTagClassName
{
color: #8F99BE;
}
</style>
background-color css
<style>
a { background-color: #8F99BE; }
a { background-color: rgb(143,153,190); }
div.DivClassName
{
background-color: #8F99BE;
}
.BgClassName
{
background-color: #8F99BE;
}
</style>
border-color css
<style>
span { border-color: #8F99BE; }
span { border-color: rgb(143,153,190); }
td.TdClassName
{
border-color: #8F99BE;
}
.TagClassName
{
border-color: #8F99BE;
}
</style>