Html Css Color HEX #958DAF Grey Suit

📋 copy color: '#958DAF'

red 149 ◦ green 141 ◦ blue 175

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

Shades of Grey Suit #958DAF

Tints of Grey Suit #958DAF

RGB

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

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

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

R = 32.04%
G = 30.32%
B = 37.63%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#958DAF (or 0x958DAF) is known color: Grey Suit. HEX triplet: 95, 8D and AF. RGB value is (149,141,175). Sum of RGB (Red+Green+Blue) = 149+141+175=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #958DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DAF is #6A7250. Grayscale: #939393. Windows color (decimal): -6976081 or 11505045. OLE color: 11505045.

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

Color convert

RGB 149 141 175 -
CMYK 0.15 0.19 0 0.31
HSL 254.12º 0.18% 0.62% -
HSV(B) 254.12º 0.19% 0.69% -
XYZ 29.66 28.53 44.5 -
YUV 147.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 149 141 175 0.15 0.19 0 0.31 254.12 0.18 0.62
Hex 95 8D AF F 13 0 1F FE 12 3E
Octal 225 215 257 17 23 0 37 376 22 76
Binary 10010101 10001101 10101111 1111 10011 0 11111 11111110 10010 111110

Color Harmonies of #958DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DAF

Black with #958DAF

Text Example


Text Example

White with #958DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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