Html Css Color HEX #987DAB Ce Soir

📋 copy color: '#987DAB'

red 152 ◦ green 125 ◦ blue 171

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

Shades of Ce Soir #987DAB

Tints of Ce Soir #987DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.9%

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

R = 33.93%
G = 27.9%
B = 38.17%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#987DAB (or 0x987DAB) is known color: Ce Soir. HEX triplet: 98, 7D and AB. RGB value is (152,125,171). Sum of RGB (Red+Green+Blue) = 152+125+171=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #987DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987DAB is #678254. Grayscale: #8A8A8A. Windows color (decimal): -6783573 or 11238808. OLE color: 11238808.

HSL color Cylindrical-coordinate representation of color #987DAB: hue angle of 275.22º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #987DAB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 125 171 -
CMYK 0.11 0.27 0 0.33
HSL 275.22º 0.21% 0.58% -
HSV(B) 275.22º 0.27% 0.67% -
XYZ 27.63 24.28 41.76 -
YUV 138.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 152 125 171 0.11 0.27 0 0.33 275.22 0.21 0.58
Hex 98 7D AB B 1B 0 21 113 15 3A
Octal 230 175 253 13 33 0 41 423 25 72
Binary 10011000 1111101 10101011 1011 11011 0 100001 100010011 10101 111010

Color Harmonies of #987DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DAB

Black with #987DAB

Text Example


Text Example

White with #987DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987DAB; }

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

 H1.HeaderClassName
 {
   color: #987DAB;
 }
 .AnyTagClassName
 {
   color: #987DAB;
 }
</style>

background-color css

<style>
 a { background-color: #987DAB; }

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

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

border-color css

<style>
 span { border-color: #987DAB; }

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

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