Html Css Color HEX #958DA1 Grey Suit

📋 copy color: '#958DA1'

red 149 ◦ green 141 ◦ blue 161

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

Shades of Grey Suit #958DA1

Tints of Grey Suit #958DA1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.26%

 BLUE value IS 161 (63.28% from 255) = 35.7%

R = 33.04%
G = 31.26%
B = 35.7%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#958DA1 (or 0x958DA1) is known color: Grey Suit. HEX triplet: 95, 8D and A1. RGB value is (149,141,161). Sum of RGB (Red+Green+Blue) = 149+141+161=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 161 - color contains mainly: blue. Hex color #958DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DA1 is #6A725E. Grayscale: #919191. Windows color (decimal): -6976095 or 10587541. OLE color: 10587541.

HSL color Cylindrical-coordinate representation of color #958DA1: hue angle of 264º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958DA1 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 141 161 -
CMYK 0.07 0.12 0 0.37
HSL 264º 0.1% 0.59% -
HSV(B) 264º 0.12% 0.63% -
XYZ 28.35 28.01 37.63 -
YUV 145.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 149 141 161 0.07 0.12 0 0.37 264 0.1 0.59
Hex 95 8D A1 7 C 0 25 108 A 3B
Octal 225 215 241 7 14 0 45 410 12 73
Binary 10010101 10001101 10100001 111 1100 0 100101 100001000 1010 111011

Color Harmonies of #958DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DA1

Black with #958DA1

Text Example


Text Example

White with #958DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,161); }

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

background-color css

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

 a { background-color: rgb(149,141,161); }

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

border-color css

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

 span { border-color: rgb(149,141,161); }

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