Html Css Color HEX #958EAA Grey Suit

📋 copy color: '#958EAA'

red 149 ◦ green 142 ◦ blue 170

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

Shades of Grey Suit #958EAA

Tints of Grey Suit #958EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 32.32%
G = 30.8%
B = 36.88%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#958EAA (or 0x958EAA) is known color: Grey Suit. HEX triplet: 95, 8E and AA. RGB value is (149,142,170). Sum of RGB (Red+Green+Blue) = 149+142+170=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #958EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958EAA is #6A7155. Grayscale: #939393. Windows color (decimal): -6975830 or 11177621. OLE color: 11177621.

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

Color convert

RGB 149 142 170 -
CMYK 0.12 0.16 0 0.33
HSL 255º 0.14% 0.61% -
HSV(B) 255º 0.16% 0.67% -
XYZ 29.32 28.64 42.01 -
YUV 147.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 149 142 170 0.12 0.16 0 0.33 255 0.14 0.61
Hex 95 8E AA C 10 0 21 FF E 3D
Octal 225 216 252 14 20 0 41 377 16 75
Binary 10010101 10001110 10101010 1100 10000 0 100001 11111111 1110 111101

Color Harmonies of #958EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958EAA

Black with #958EAA

Text Example


Text Example

White with #958EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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