Html Css Color HEX #958DAD Grey Suit

📋 copy color: '#958DAD'

red 149 ◦ green 141 ◦ blue 173

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

Shades of Grey Suit #958DAD

Tints of Grey Suit #958DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 32.18%
G = 30.45%
B = 37.37%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#958DAD (or 0x958DAD) is known color: Grey Suit. HEX triplet: 95, 8D and AD. RGB value is (149,141,173). Sum of RGB (Red+Green+Blue) = 149+141+173=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #958DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DAD is #6A7252. Grayscale: #929292. Windows color (decimal): -6976083 or 11373973. OLE color: 11373973.

HSL color Cylindrical-coordinate representation of color #958DAD: hue angle of 255º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #958DAD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 141 173 -
CMYK 0.14 0.18 0 0.32
HSL 255º 0.16% 0.62% -
HSV(B) 255º 0.18% 0.68% -
XYZ 29.46 28.46 43.47 -
YUV 147.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 149 141 173 0.14 0.18 0 0.32 255 0.16 0.62
Hex 95 8D AD E 12 0 20 FF 10 3E
Octal 225 215 255 16 22 0 40 377 20 76
Binary 10010101 10001101 10101101 1110 10010 0 100000 11111111 10000 111110

Color Harmonies of #958DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DAD

Black with #958DAD

Text Example


Text Example

White with #958DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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