#918EB1

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

Shades of Santas Grey #918EB1

Tints of Santas Grey #918EB1

Color information

#918EB1 (or 0x918EB1) is unknown color: approx Santas Grey. HEX triplet: 91, 8E and B1. RGB value is (145,142,177). Sum of RGB (Red+Green+Blue) = 145+142+177=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #918EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918EB1 is #6E714E. Grayscale: #929292. Windows color (decimal): -7237967 or 11636369. OLE color: 11636369.

HSL color Cylindrical-coordinate representation of color #918EB1: hue angle of 245.14º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #918EB1 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145142177-
CMYK0.180.2000.31
HSL245.14º18.32%62.55%-
HSV(B)245.14º19.77%69.41%-
XYZ29.2928.5445.56-
YUV146.89144.99126.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.25%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=31.25%
G=30.60%
B=38.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451421770.180.2000.31245.1418.3262.55
Hex918EB1121401Ff5123f
Octal22121626122240373652277
Binary10010001100011101011000110010101000111111111010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,142,177); }

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

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

 a { background-color: rgb(145,142,177); }

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

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

 span { border-color: rgb(145,142,177); }

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