Html Css Color HEX #958CAF Grey Suit

📋 copy color: '#958CAF'

red 149 ◦ green 140 ◦ blue 175

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

Shades of Grey Suit #958CAF

Tints of Grey Suit #958CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 32.11%
G = 30.17%
B = 37.72%

CMYK

 C value IS 0.15

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#958CAF (or 0x958CAF) is known color: Grey Suit. HEX triplet: 95, 8C and AF. RGB value is (149,140,175). Sum of RGB (Red+Green+Blue) = 149+140+175=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #958CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CAF is #6A7350. Grayscale: #929292. Windows color (decimal): -6976337 or 11504789. OLE color: 11504789.

HSL color Cylindrical-coordinate representation of color #958CAF: hue angle of 255.43º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #958CAF is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 140 175 -
CMYK 0.15 0.2 0 0.31
HSL 255.43º 0.18% 0.62% -
HSV(B) 255.43º 0.2% 0.69% -
XYZ 29.51 28.24 44.45 -
YUV 146.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 149 140 175 0.15 0.2 0 0.31 255.43 0.18 0.62
Hex 95 8C AF F 14 0 1F FF 12 3E
Octal 225 214 257 17 24 0 37 377 22 76
Binary 10010101 10001100 10101111 1111 10100 0 11111 11111111 10010 111110

Color Harmonies of #958CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958CAF

Black with #958CAF

Text Example


Text Example

White with #958CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,140,175); }

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

background-color css

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

 a { background-color: rgb(149,140,175); }

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

border-color css

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

 span { border-color: rgb(149,140,175); }

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