Html Css Color HEX #958DAC Grey Suit

📋 copy color: '#958DAC'

red 149 ◦ green 141 ◦ blue 172

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

Shades of Grey Suit #958DAC

Tints of Grey Suit #958DAC

RGB

 RED value IS 149 (58.59% from 255) = 32.25%

 GREEN value IS 141 (55.47% from 255) = 30.52%

 BLUE value IS 172 (67.58% from 255) = 37.23%

R = 32.25%
G = 30.52%
B = 37.23%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#958DAC (or 0x958DAC) is known color: Grey Suit. HEX triplet: 95, 8D and AC. RGB value is (149,141,172). Sum of RGB (Red+Green+Blue) = 149+141+172=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #958DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DAC is #6A7253. Grayscale: #929292. Windows color (decimal): -6976084 or 11308437. OLE color: 11308437.

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

Color convert

RGB 149 141 172 -
CMYK 0.13 0.18 0 0.33
HSL 255.48º 0.16% 0.61% -
HSV(B) 255.48º 0.18% 0.67% -
XYZ 29.37 28.42 42.97 -
YUV 146.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 149 141 172 0.13 0.18 0 0.33 255.48 0.16 0.61
Hex 95 8D AC D 12 0 21 FF 10 3D
Octal 225 215 254 15 22 0 41 377 20 75
Binary 10010101 10001101 10101100 1101 10010 0 100001 11111111 10000 111101

Color Harmonies of #958DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DAC

Black with #958DAC

Text Example


Text Example

White with #958DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #958DAC;
 }
 .AnyTagClassName
 {
   color: #958DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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