Shades of Santas Grey #8F90B3
Tints of Santas Grey #8F90B3
RGB
CMYK
RGB Variations
Color information
#8F90B3 (or 0x8F90B3) is known color: Santas Grey. HEX triplet: 8F, 90 and B3. RGB value is (143,144,179). Sum of RGB (Red+Green+Blue) = 143+144+179=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90B3 is #706F4C. Grayscale: #939393. Windows color (decimal): -7368525 or 11767951. OLE color: 11767951.
HSL color Cylindrical-coordinate representation of color #8F90B3: hue angle of 238.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F90B3 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 144 | 179 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.30 |
| HSL | 238.33º | 0.19% | 0.63% | - |
| HSV(B) | 238.33º | 0.2% | 0.7% | - |
| XYZ | 29.44 | 29.04 | 46.7 | - |
| YUV | 147.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 179 | 0.20 | 0.20 | 0 | 0.30 | 238.33 | 0.19 | 0.63 |
| Hex | 8F | 90 | B3 | 14 | 14 | 0 | 1E | EE | 13 | 3F |
| Octal | 217 | 220 | 263 | 24 | 24 | 0 | 36 | 356 | 23 | 77 |
| Binary | 10001111 | 10010000 | 10110011 | 10100 | 10100 | 0 | 11110 | 11101110 | 10011 | 111111 |
Color Harmonies of #8F90B3
Complementary color
Monochromatic Colors of #8F90B3
Black with #8F90B3
Text Example
Text Example
White with #8F90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F90B3; }
p { color: rgb(143,144,179); }
H1.HeaderClassName
{
color: #8F90B3;
}
.AnyTagClassName
{
color: #8F90B3;
}
</style>
background-color css
<style>
a { background-color: #8F90B3; }
a { background-color: rgb(143,144,179); }
div.DivClassName
{
background-color: #8F90B3;
}
.BgClassName
{
background-color: #8F90B3;
}
</style>
border-color css
<style>
span { border-color: #8F90B3; }
span { border-color: rgb(143,144,179); }
td.TdClassName
{
border-color: #8F90B3;
}
.TagClassName
{
border-color: #8F90B3;
}
</style>