Html Css Color HEX #987BA6 Ce Soir

📋 copy color: '#987BA6'

red 152 ◦ green 123 ◦ blue 166

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

Shades of Ce Soir #987BA6

Tints of Ce Soir #987BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.64%

R = 34.47%
G = 27.89%
B = 37.64%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#987BA6 (or 0x987BA6) is known color: Ce Soir. HEX triplet: 98, 7B and A6. RGB value is (152,123,166). Sum of RGB (Red+Green+Blue) = 152+123+166=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 166 - color contains mainly: blue. Hex color #987BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987BA6 is #678459. Grayscale: #888888. Windows color (decimal): -6784090 or 10910616. OLE color: 10910616.

HSL color Cylindrical-coordinate representation of color #987BA6: hue angle of 280.47º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987BA6 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 123 166 -
CMYK 0.08 0.26 0 0.35
HSL 280.47º 0.19% 0.57% -
HSV(B) 280.47º 0.26% 0.65% -
XYZ 26.91 23.59 39.21 -
YUV 136.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 152 123 166 0.08 0.26 0 0.35 280.47 0.19 0.57
Hex 98 7B A6 8 1A 0 23 118 13 39
Octal 230 173 246 10 32 0 43 430 23 71
Binary 10011000 1111011 10100110 1000 11010 0 100011 100011000 10011 111001

Color Harmonies of #987BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BA6

Black with #987BA6

Text Example


Text Example

White with #987BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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