Html Css Color HEX #958BAC Grey Suit

📋 copy color: '#958BAC'

red 149 ◦ green 139 ◦ blue 172

#958BAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Suit #958BAC

Tints of Grey Suit #958BAC

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 value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#958BAC (or 0x958BAC) is known color: 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

RGB 149 139 172 -
CMYK 0.13 0.19 0 0.33
HSL 258.18º 0.17% 0.61% -
HSV(B) 258.18º 0.19% 0.67% -
XYZ 29.07 27.83 42.87 -
YUV 145.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 149 139 172 0.13 0.19 0 0.33 258.18 0.17 0.61
Hex 95 8B AC D 13 0 21 102 11 3D
Octal 225 213 254 15 23 0 41 402 21 75
Binary 10010101 10001011 10101100 1101 10011 0 100001 100000010 10001 111101

Color Harmonies of #958BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958BAC

Black with #958BAC

Text Example


Text Example

White with #958BAC

Text Example


Text Example

HTML Codes & Css Web 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>