#8F90AF

Color #8F90AF Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #8F90AF

Tints of Santas Grey #8F90AF

Color information

#8F90AF (or 0x8F90AF) is unknown color: approx Santas Grey. HEX triplet: 8F, 90 and AF. RGB value is (143,144,175). Sum of RGB (Red+Green+Blue) = 143+144+175=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F90AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F90AF is #706F50. Grayscale: #939393. Windows color (decimal): -7368529 or 11505807. OLE color: 11505807.

HSL color Cylindrical-coordinate representation of color #8F90AF: hue angle of 238.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F90AF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143144175-
CMYK0.180.1800.31
HSL238.12º16.67%62.35%-
HSV(B)238.12º18.29%68.63%-
XYZ29.0428.8844.6-
YUV147.23143.67124.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 30.95%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=30.95%
G=31.17%
B=37.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431441750.180.1800.31238.1216.6762.35
Hex8F90AF121201Fee113e
Octal21722025722220373562176
Binary10001111100100001010111110010100100111111110111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F90AF; }

 p { color: rgb(143,144,175); }

 H1.HeaderClassName
 {
   color: #8F90AF;
 }
 .AnyTagClassName
 {
   color: #8F90AF;
 }
</style>
background-color css

<style>
 a { background-color: #8F90AF; }

 a { background-color: rgb(143,144,175); }

 div.DivClassName
 {
   background-color: #8F90AF;
 }
 .BgClassName
 {
   background-color: #8F90AF;
 }
</style>
border-color css

<style>
 span { border-color: #8F90AF; }

 span { border-color: rgb(143,144,175); }

 td.TdClassName
 {
   border-color: #8F90AF;
 }
 .TagClassName
 {
   border-color: #8F90AF;
 }
</style>