Html Css Color HEX #987AAC Ce Soir

📋 copy color: '#987AAC'

red 152 ◦ green 122 ◦ blue 172

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

Shades of Ce Soir #987AAC

Tints of Ce Soir #987AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

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

R = 34.08%
G = 27.35%
B = 38.57%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#987AAC (or 0x987AAC) is known color: Ce Soir. HEX triplet: 98, 7A and AC. RGB value is (152,122,172). Sum of RGB (Red+Green+Blue) = 152+122+172=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #987AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987AAC is #678553. Grayscale: #888888. Windows color (decimal): -6784340 or 11303576. OLE color: 11303576.

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

Color convert

RGB 152 122 172 -
CMYK 0.12 0.29 0 0.33
HSL 276º 0.23% 0.58% -
HSV(B) 276º 0.29% 0.67% -
XYZ 27.35 23.57 42.14 -
YUV 136.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 152 122 172 0.12 0.29 0 0.33 276 0.23 0.58
Hex 98 7A AC C 1D 0 21 114 17 3A
Octal 230 172 254 14 35 0 41 424 27 72
Binary 10011000 1111010 10101100 1100 11101 0 100001 100010100 10111 111010

Color Harmonies of #987AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987AAC

Black with #987AAC

Text Example


Text Example

White with #987AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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