Html Css Color HEX #988FAD Grey Suit

📋 copy color: '#988FAD'

red 152 ◦ green 143 ◦ blue 173

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

Shades of Grey Suit #988FAD

Tints of Grey Suit #988FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.97%

R = 32.48%
G = 30.56%
B = 36.97%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#988FAD (or 0x988FAD) is known color: Grey Suit. HEX triplet: 98, 8F and AD. RGB value is (152,143,173). Sum of RGB (Red+Green+Blue) = 152+143+173=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #988FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988FAD is #677052. Grayscale: #959595. Windows color (decimal): -6778963 or 11374488. OLE color: 11374488.

HSL color Cylindrical-coordinate representation of color #988FAD: hue angle of 258º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #988FAD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 143 173 -
CMYK 0.12 0.17 0 0.32
HSL 258º 0.15% 0.62% -
HSV(B) 258º 0.17% 0.68% -
XYZ 30.31 29.34 43.6 -
YUV 149.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 152 143 173 0.12 0.17 0 0.32 258 0.15 0.62
Hex 98 8F AD C 11 0 20 102 F 3E
Octal 230 217 255 14 21 0 40 402 17 76
Binary 10011000 10001111 10101101 1100 10001 0 100000 100000010 1111 111110

Color Harmonies of #988FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FAD

Black with #988FAD

Text Example


Text Example

White with #988FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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