#918CB3

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

Shades of Santas Grey #918CB3

Tints of Santas Grey #918CB3

Color information

#918CB3 (or 0x918CB3) is unknown color: approx Santas Grey. HEX triplet: 91, 8C and B3. RGB value is (145,140,179). Sum of RGB (Red+Green+Blue) = 145+140+179=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #918CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CB3 is #6E734C. Grayscale: #919191. Windows color (decimal): -7238477 or 11766929. OLE color: 11766929.

HSL color Cylindrical-coordinate representation of color #918CB3: hue angle of 247.69º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #918CB3 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB145140179-
CMYK0.190.2200.30
HSL247.69º20.42%62.55%-
HSV(B)247.69º21.79%70.2%-
XYZ29.1928.0346.52-
YUV145.94146.66127.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.25%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=31.25%
G=30.17%
B=38.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451401790.190.2200.30247.6920.4262.55
Hex918CB3131601Ef8143f
Octal22121426323260363702477
Binary10010001100011001011001110011101100111101111100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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