#958EB0

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

Shades of Grey Suit #958EB0

Tints of Grey Suit #958EB0

Color information

#958EB0 (or 0x958EB0) is unknown color: approx Grey Suit. HEX triplet: 95, 8E and B0. RGB value is (149,142,176). Sum of RGB (Red+Green+Blue) = 149+142+176=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 176 - color contains mainly: blue. Hex color #958EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958EB0 is #6A714F. Grayscale: #939393. Windows color (decimal): -6975824 or 11570837. OLE color: 11570837.

HSL color Cylindrical-coordinate representation of color #958EB0: hue angle of 252.35º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958EB0 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149142176-
CMYK0.150.1900.31
HSL252.35º17.71%62.35%-
HSV(B)252.35º19.32%69.02%-
XYZ29.928.8745.07-
YUV147.97143.82128.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 176 (69.14% from 255) = 37.69%
R=31.91%
G=30.41%
B=37.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491421760.150.1900.31252.3517.7162.35
Hex958EB0F1301Ffc123e
Octal22521626017230373742276
Binary1001010110001110101100001111100110111111111110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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