Html Css Color HEX #958EA5 Grey Suit

📋 copy color: '#958EA5'

red 149 ◦ green 142 ◦ blue 165

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

Shades of Grey Suit #958EA5

Tints of Grey Suit #958EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.18%

R = 32.68%
G = 31.14%
B = 36.18%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#958EA5 (or 0x958EA5) is known color: Grey Suit. HEX triplet: 95, 8E and A5. RGB value is (149,142,165). Sum of RGB (Red+Green+Blue) = 149+142+165=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 165 - color contains mainly: blue. Hex color #958EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958EA5 is #6A715A. Grayscale: #929292. Windows color (decimal): -6975835 or 10849941. OLE color: 10849941.

HSL color Cylindrical-coordinate representation of color #958EA5: hue angle of 258.26º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958EA5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 142 165 -
CMYK 0.10 0.14 0 0.35
HSL 258.26º 0.11% 0.6% -
HSV(B) 258.26º 0.14% 0.65% -
XYZ 28.86 28.45 39.57 -
YUV 146.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 149 142 165 0.10 0.14 0 0.35 258.26 0.11 0.6
Hex 95 8E A5 A E 0 23 102 B 3C
Octal 225 216 245 12 16 0 43 402 13 74
Binary 10010101 10001110 10100101 1010 1110 0 100011 100000010 1011 111100

Color Harmonies of #958EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958EA5

Black with #958EA5

Text Example


Text Example

White with #958EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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