#958EB3

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

Shades of Santas Grey #958EB3

Tints of Santas Grey #958EB3

Color information

#958EB3 (or 0x958EB3) is unknown color: approx Santas Grey. HEX triplet: 95, 8E and B3. RGB value is (149,142,179). Sum of RGB (Red+Green+Blue) = 149+142+179=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 179 - color contains mainly: blue. Hex color #958EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EB3 is #6A714C. Grayscale: #949494. Windows color (decimal): -6975821 or 11767445. OLE color: 11767445.

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

Color convert

RGB149142179-
CMYK0.170.2100.30
HSL251.35º19.58%62.94%-
HSV(B)251.35º20.67%70.2%-
XYZ30.228.9946.65-
YUV148.31145.32128.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 179 (70.31% from 255) = 38.09%
R=31.70%
G=30.21%
B=38.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491421790.170.2100.30251.3519.5862.94
Hex958EB3111501Efb143f
Octal22521626321250363732477
Binary10010101100011101011001110001101010111101111101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958EB3; }

 p { color: rgb(149,142,179); }

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

<style>
 a { background-color: #958EB3; }

 a { background-color: rgb(149,142,179); }

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

<style>
 span { border-color: #958EB3; }

 span { border-color: rgb(149,142,179); }

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