#918FAF

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

Shades of Santas Grey #918FAF

Tints of Santas Grey #918FAF

Color information

#918FAF (or 0x918FAF) is unknown color: approx Santas Grey. HEX triplet: 91, 8F and AF. RGB value is (145,143,175). Sum of RGB (Red+Green+Blue) = 145+143+175=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #918FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918FAF is #6E7050. Grayscale: #939393. Windows color (decimal): -7237713 or 11505553. OLE color: 11505553.

HSL color Cylindrical-coordinate representation of color #918FAF: hue angle of 243.75º 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 #918FAF is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145143175-
CMYK0.170.1800.31
HSL243.75º16.67%62.35%-
HSV(B)243.75º18.29%68.63%-
XYZ29.2428.7644.57-
YUV147.25143.66126.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=31.32%
G=30.89%
B=37.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451431750.170.1800.31243.7516.6762.35
Hex918FAF111201Ff4113e
Octal22121725721220373642176
Binary10010001100011111010111110001100100111111111010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918FAF; }

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

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

<style>
 a { background-color: #918FAF; }

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

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

<style>
 span { border-color: #918FAF; }

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

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