Html Css Color HEX #988FAB Grey Suit

📋 copy color: '#988FAB'

red 152 ◦ green 143 ◦ blue 171

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

Shades of Grey Suit #988FAB

Tints of Grey Suit #988FAB

RGB

 RED value IS 152 (59.77% from 255) = 32.62%

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

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

R = 32.62%
G = 30.69%
B = 36.7%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#988FAB (or 0x988FAB) is known color: Grey Suit. HEX triplet: 98, 8F and AB. RGB value is (152,143,171). Sum of RGB (Red+Green+Blue) = 152+143+171=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #988FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988FAB is #677054. Grayscale: #949494. Windows color (decimal): -6778965 or 11243416. OLE color: 11243416.

HSL color Cylindrical-coordinate representation of color #988FAB: hue angle of 259.29º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #988FAB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 143 171 -
CMYK 0.11 0.16 0 0.33
HSL 259.29º 0.14% 0.62% -
HSV(B) 259.29º 0.16% 0.67% -
XYZ 30.12 29.26 42.59 -
YUV 148.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 152 143 171 0.11 0.16 0 0.33 259.29 0.14 0.62
Hex 98 8F AB B 10 0 21 103 E 3E
Octal 230 217 253 13 20 0 41 403 16 76
Binary 10011000 10001111 10101011 1011 10000 0 100001 100000011 1110 111110

Color Harmonies of #988FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FAB

Black with #988FAB

Text Example


Text Example

White with #988FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988FAB; }

 p { color: rgb(152,143,171); }

 H1.HeaderClassName
 {
   color: #988FAB;
 }
 .AnyTagClassName
 {
   color: #988FAB;
 }
</style>

background-color css

<style>
 a { background-color: #988FAB; }

 a { background-color: rgb(152,143,171); }

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

border-color css

<style>
 span { border-color: #988FAB; }

 span { border-color: rgb(152,143,171); }

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