#918FAE

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

Shades of Santas Grey #918FAE

Tints of Santas Grey #918FAE

Color information

#918FAE (or 0x918FAE) is unknown color: approx Santas Grey. HEX triplet: 91, 8F and AE. RGB value is (145,143,174). Sum of RGB (Red+Green+Blue) = 145+143+174=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #918FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918FAE is #6E7051. Grayscale: #939393. Windows color (decimal): -7237714 or 11440017. OLE color: 11440017.

HSL color Cylindrical-coordinate representation of color #918FAE: hue angle of 243.87º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #918FAE is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145143174-
CMYK0.170.1800.32
HSL243.87º16.06%62.16%-
HSV(B)243.87º17.82%68.24%-
XYZ29.1428.7244.05-
YUV147.13143.16126.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.39%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=31.39%
G=30.95%
B=37.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451431740.170.1800.32243.8716.0662.16
Hex918FAE1112020f4103e
Octal22121725621220403642076
Binary100100011000111110101110100011001001000001111010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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