Html Css Color HEX #987CAA Ce Soir

📋 copy color: '#987CAA'

red 152 ◦ green 124 ◦ blue 170

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

Shades of Ce Soir #987CAA

Tints of Ce Soir #987CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 34.08%
G = 27.8%
B = 38.12%

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

#987CAA (or 0x987CAA) is known color: Ce Soir. HEX triplet: 98, 7C and AA. RGB value is (152,124,170). Sum of RGB (Red+Green+Blue) = 152+124+170=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #987CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987CAA is #678355. Grayscale: #898989. Windows color (decimal): -6783830 or 11173016. OLE color: 11173016.

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

Color convert

RGB 152 124 170 -
CMYK 0.11 0.27 0 0.33
HSL 276.52º 0.21% 0.58% -
HSV(B) 276.52º 0.27% 0.67% -
XYZ 27.41 23.99 41.22 -
YUV 137.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 152 124 170 0.11 0.27 0 0.33 276.52 0.21 0.58
Hex 98 7C AA B 1B 0 21 115 15 3A
Octal 230 174 252 13 33 0 41 425 25 72
Binary 10011000 1111100 10101010 1011 11011 0 100001 100010101 10101 111010

Color Harmonies of #987CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CAA

Black with #987CAA

Text Example


Text Example

White with #987CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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