Html Css Color HEX #987BAA Ce Soir

📋 copy color: '#987BAA'

red 152 ◦ green 123 ◦ blue 170

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

Shades of Ce Soir #987BAA

Tints of Ce Soir #987BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.64%

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

R = 34.16%
G = 27.64%
B = 38.2%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#987BAA (or 0x987BAA) is known color: Ce Soir. HEX triplet: 98, 7B and AA. RGB value is (152,123,170). Sum of RGB (Red+Green+Blue) = 152+123+170=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #987BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987BAA is #678455. Grayscale: #888888. Windows color (decimal): -6784086 or 11172760. OLE color: 11172760.

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

Color convert

RGB 152 123 170 -
CMYK 0.11 0.28 0 0.33
HSL 277.02º 0.22% 0.57% -
HSV(B) 277.02º 0.28% 0.67% -
XYZ 27.29 23.74 41.17 -
YUV 137.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 152 123 170 0.11 0.28 0 0.33 277.02 0.22 0.57
Hex 98 7B AA B 1C 0 21 115 16 39
Octal 230 173 252 13 34 0 41 425 26 71
Binary 10011000 1111011 10101010 1011 11100 0 100001 100010101 10110 111001

Color Harmonies of #987BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BAA

Black with #987BAA

Text Example


Text Example

White with #987BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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