Html Css Color HEX #987CAB Ce Soir

📋 copy color: '#987CAB'

red 152 ◦ green 124 ◦ blue 171

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

Shades of Ce Soir #987CAB

Tints of Ce Soir #987CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.74%

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

R = 34%
G = 27.74%
B = 38.26%

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

#987CAB (or 0x987CAB) is known color: Ce Soir. HEX triplet: 98, 7C and AB. RGB value is (152,124,171). Sum of RGB (Red+Green+Blue) = 152+124+171=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #987CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987CAB is #678354. Grayscale: #898989. Windows color (decimal): -6783829 or 11238552. OLE color: 11238552.

HSL color Cylindrical-coordinate representation of color #987CAB: hue angle of 275.74º degrees, saturation: 0.22, 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 #987CAB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 124 171 -
CMYK 0.11 0.27 0 0.33
HSL 275.74º 0.22% 0.58% -
HSV(B) 275.74º 0.27% 0.67% -
XYZ 27.51 24.03 41.72 -
YUV 137.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 152 124 171 0.11 0.27 0 0.33 275.74 0.22 0.58
Hex 98 7C AB B 1B 0 21 114 16 3A
Octal 230 174 253 13 33 0 41 424 26 72
Binary 10011000 1111100 10101011 1011 11011 0 100001 100010100 10110 111010

Color Harmonies of #987CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CAB

Black with #987CAB

Text Example


Text Example

White with #987CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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