Html Css Color HEX #958EA7 Grey Suit

📋 copy color: '#958EA7'

red 149 ◦ green 142 ◦ blue 167

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

Shades of Grey Suit #958EA7

Tints of Grey Suit #958EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.46%

R = 32.53%
G = 31%
B = 36.46%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#958EA7 (or 0x958EA7) is known color: Grey Suit. HEX triplet: 95, 8E and A7. RGB value is (149,142,167). Sum of RGB (Red+Green+Blue) = 149+142+167=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 167 - color contains mainly: blue. Hex color #958EA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958EA7 is #6A7158. Grayscale: #929292. Windows color (decimal): -6975833 or 10981013. OLE color: 10981013.

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

Color convert

RGB 149 142 167 -
CMYK 0.11 0.15 0 0.35
HSL 256.8º 0.12% 0.61% -
HSV(B) 256.8º 0.15% 0.65% -
XYZ 29.04 28.53 40.53 -
YUV 146.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 149 142 167 0.11 0.15 0 0.35 256.8 0.12 0.61
Hex 95 8E A7 B F 0 23 101 C 3D
Octal 225 216 247 13 17 0 43 401 14 75
Binary 10010101 10001110 10100111 1011 1111 0 100011 100000001 1100 111101

Color Harmonies of #958EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958EA7

Black with #958EA7

Text Example


Text Example

White with #958EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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