Html Css Color HEX #958FA1 Grey Suit

📋 copy color: '#958FA1'

red 149 ◦ green 143 ◦ blue 161

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

Shades of Grey Suit #958FA1

Tints of Grey Suit #958FA1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.57%

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

R = 32.89%
G = 31.57%
B = 35.54%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#958FA1 (or 0x958FA1) is known color: Grey Suit. HEX triplet: 95, 8F and A1. RGB value is (149,143,161). Sum of RGB (Red+Green+Blue) = 149+143+161=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 161 - color contains mainly: blue. Hex color #958FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958FA1 is #6A705E. Grayscale: #929292. Windows color (decimal): -6975583 or 10588053. OLE color: 10588053.

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

Color convert

RGB 149 143 161 -
CMYK 0.07 0.11 0 0.37
HSL 260º 0.09% 0.6% -
HSV(B) 260º 0.11% 0.63% -
XYZ 28.65 28.61 37.73 -
YUV 146.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 149 143 161 0.07 0.11 0 0.37 260 0.09 0.6
Hex 95 8F A1 7 B 0 25 104 9 3C
Octal 225 217 241 7 13 0 45 404 11 74
Binary 10010101 10001111 10100001 111 1011 0 100101 100000100 1001 111100

Color Harmonies of #958FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FA1

Black with #958FA1

Text Example


Text Example

White with #958FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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