#958BAC

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

Shades of Grey Suit #958BAC

Tints of Grey Suit #958BAC

Color information

#958BAC (or 0x958BAC) is unknown color: approx Grey Suit. HEX triplet: 95, 8B and AC. RGB value is (149,139,172). Sum of RGB (Red+Green+Blue) = 149+139+172=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #958BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958BAC is #6A7453. Grayscale: #919191. Windows color (decimal): -6976596 or 11307925. OLE color: 11307925.

HSL color Cylindrical-coordinate representation of color #958BAC: hue angle of 258.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958BAC is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149139172-
CMYK0.130.1900.33
HSL258.18º16.58%60.98%-
HSV(B)258.18º19.19%67.45%-
XYZ29.0727.8342.87-
YUV145.75142.81130.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 139 (54.69% from 255) = 30.22%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=32.39%
G=30.22%
B=37.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491391720.130.1900.33258.1816.5860.98
Hex958BACD13021102113d
Octal22521325415230414022175
Binary100101011000101110101100110110011010000110000001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,139,172); }

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

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

 a { background-color: rgb(149,139,172); }

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

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

 span { border-color: rgb(149,139,172); }

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