Html Css Color HEX #908CAB Grey Suit

📋 copy color: '#908CAB'

red 144 ◦ green 140 ◦ blue 171

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

Shades of Grey Suit #908CAB

Tints of Grey Suit #908CAB

RGB

 RED value IS 144 (56.64% from 255) = 31.65%

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

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

R = 31.65%
G = 30.77%
B = 37.58%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#908CAB (or 0x908CAB) is known color: Grey Suit. HEX triplet: 90, 8C and AB. RGB value is (144,140,171). Sum of RGB (Red+Green+Blue) = 144+140+171=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #908CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908CAB is #6F7354. Grayscale: #909090. Windows color (decimal): -7304021 or 11242640. OLE color: 11242640.

HSL color Cylindrical-coordinate representation of color #908CAB: hue angle of 247.74º 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 #908CAB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 140 171 -
CMYK 0.16 0.18 0 0.33
HSL 247.74º 0.16% 0.61% -
HSV(B) 247.74º 0.18% 0.67% -
XYZ 28.23 27.63 42.37 -
YUV 144.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 144 140 171 0.16 0.18 0 0.33 247.74 0.16 0.61
Hex 90 8C AB 10 12 0 21 F8 10 3D
Octal 220 214 253 20 22 0 41 370 20 75
Binary 10010000 10001100 10101011 10000 10010 0 100001 11111000 10000 111101

Color Harmonies of #908CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908CAB

Black with #908CAB

Text Example


Text Example

White with #908CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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