Html Css Color HEX #958EAE Grey Suit

📋 copy color: '#958EAE'

red 149 ◦ green 142 ◦ blue 174

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

Shades of Grey Suit #958EAE

Tints of Grey Suit #958EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 32.04%
G = 30.54%
B = 37.42%

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

#958EAE (or 0x958EAE) is known color: Grey Suit. HEX triplet: 95, 8E and AE. RGB value is (149,142,174). Sum of RGB (Red+Green+Blue) = 149+142+174=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #958EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958EAE is #6A7151. Grayscale: #939393. Windows color (decimal): -6975826 or 11439765. OLE color: 11439765.

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

Color convert

RGB 149 142 174 -
CMYK 0.14 0.18 0 0.32
HSL 253.13º 0.16% 0.62% -
HSV(B) 253.13º 0.18% 0.68% -
XYZ 29.71 28.79 44.04 -
YUV 147.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 149 142 174 0.14 0.18 0 0.32 253.13 0.16 0.62
Hex 95 8E AE E 12 0 20 FD 10 3E
Octal 225 216 256 16 22 0 40 375 20 76
Binary 10010101 10001110 10101110 1110 10010 0 100000 11111101 10000 111110

Color Harmonies of #958EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958EAE

Black with #958EAE

Text Example


Text Example

White with #958EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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