Html Css Color HEX #958EAD Grey Suit

📋 copy color: '#958EAD'

red 149 ◦ green 142 ◦ blue 173

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

Shades of Grey Suit #958EAD

Tints of Grey Suit #958EAD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.6%

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

R = 32.11%
G = 30.6%
B = 37.28%

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

#958EAD (or 0x958EAD) is known color: Grey Suit. HEX triplet: 95, 8E and AD. RGB value is (149,142,173). Sum of RGB (Red+Green+Blue) = 149+142+173=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #958EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958EAD is #6A7152. Grayscale: #939393. Windows color (decimal): -6975827 or 11374229. OLE color: 11374229.

HSL color Cylindrical-coordinate representation of color #958EAD: hue angle of 253.55º 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 #958EAD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 142 173 -
CMYK 0.14 0.18 0 0.32
HSL 253.55º 0.16% 0.62% -
HSV(B) 253.55º 0.18% 0.68% -
XYZ 29.61 28.75 43.52 -
YUV 147.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 149 142 173 0.14 0.18 0 0.32 253.55 0.16 0.62
Hex 95 8E AD E 12 0 20 FE 10 3E
Octal 225 216 255 16 22 0 40 376 20 76
Binary 10010101 10001110 10101101 1110 10010 0 100000 11111110 10000 111110

Color Harmonies of #958EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958EAD

Black with #958EAD

Text Example


Text Example

White with #958EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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