Html Css Color HEX #958CAB Grey Suit

📋 copy color: '#958CAB'

red 149 ◦ green 140 ◦ blue 171

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

Shades of Grey Suit #958CAB

Tints of Grey Suit #958CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 32.39%
G = 30.43%
B = 37.17%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#958CAB (or 0x958CAB) is known color: Grey Suit. HEX triplet: 95, 8C and AB. RGB value is (149,140,171). Sum of RGB (Red+Green+Blue) = 149+140+171=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #958CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CAB is #6A7354. Grayscale: #929292. Windows color (decimal): -6976341 or 11242645. OLE color: 11242645.

HSL color Cylindrical-coordinate representation of color #958CAB: hue angle of 257.42º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #958CAB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 140 171 -
CMYK 0.13 0.18 0 0.33
HSL 257.42º 0.16% 0.61% -
HSV(B) 257.42º 0.18% 0.67% -
XYZ 29.12 28.09 42.41 -
YUV 146.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 149 140 171 0.13 0.18 0 0.33 257.42 0.16 0.61
Hex 95 8C AB D 12 0 21 101 10 3D
Octal 225 214 253 15 22 0 41 401 20 75
Binary 10010101 10001100 10101011 1101 10010 0 100001 100000001 10000 111101

Color Harmonies of #958CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958CAB

Black with #958CAB

Text Example


Text Example

White with #958CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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