Html Css Color HEX #987CAC Ce Soir

📋 copy color: '#987CAC'

red 152 ◦ green 124 ◦ blue 172

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

Shades of Ce Soir #987CAC

Tints of Ce Soir #987CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 33.93%
G = 27.68%
B = 38.39%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#987CAC (or 0x987CAC) is known color: Ce Soir. HEX triplet: 98, 7C and AC. RGB value is (152,124,172). Sum of RGB (Red+Green+Blue) = 152+124+172=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #987CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987CAC is #678353. Grayscale: #898989. Windows color (decimal): -6783828 or 11304088. OLE color: 11304088.

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

Color convert

RGB 152 124 172 -
CMYK 0.12 0.28 0 0.33
HSL 275º 0.22% 0.58% -
HSV(B) 275º 0.28% 0.67% -
XYZ 27.6 24.07 42.22 -
YUV 137.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 152 124 172 0.12 0.28 0 0.33 275 0.22 0.58
Hex 98 7C AC C 1C 0 21 113 16 3A
Octal 230 174 254 14 34 0 41 423 26 72
Binary 10011000 1111100 10101100 1100 11100 0 100001 100010011 10110 111010

Color Harmonies of #987CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CAC

Black with #987CAC

Text Example


Text Example

White with #987CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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