#918CB5

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

Shades of Santas Grey #918CB5

Tints of Santas Grey #918CB5

Color information

#918CB5 (or 0x918CB5) is unknown color: approx Santas Grey. HEX triplet: 91, 8C and B5. RGB value is (145,140,181). Sum of RGB (Red+Green+Blue) = 145+140+181=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #918CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CB5 is #6E734A. Grayscale: #929292. Windows color (decimal): -7238475 or 11898001. OLE color: 11898001.

HSL color Cylindrical-coordinate representation of color #918CB5: hue angle of 247.32º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #918CB5 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB145140181-
CMYK0.200.2300.29
HSL247.32º21.69%62.94%-
HSV(B)247.32º22.65%70.98%-
XYZ29.428.1147.59-
YUV146.17147.66127.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.12%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=31.12%
G=30.04%
B=38.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451401810.200.2300.29247.3221.6962.94
Hex918CB5141701Df7163f
Octal22121426524270353672677
Binary10010001100011001011010110100101110111011111011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,140,181); }

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

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

 a { background-color: rgb(145,140,181); }

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

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

 span { border-color: rgb(145,140,181); }

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