Html Css Color HEX #987CA5 Ce Soir

📋 copy color: '#987CA5'

red 152 ◦ green 124 ◦ blue 165

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

Shades of Ce Soir #987CA5

Tints of Ce Soir #987CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 34.47%
G = 28.12%
B = 37.41%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#987CA5 (or 0x987CA5) is known color: Ce Soir. HEX triplet: 98, 7C and A5. RGB value is (152,124,165). Sum of RGB (Red+Green+Blue) = 152+124+165=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 165 - color contains mainly: blue. Hex color #987CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987CA5 is #67835A. Grayscale: #888888. Windows color (decimal): -6783835 or 10845336. OLE color: 10845336.

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

Color convert

RGB 152 124 165 -
CMYK 0.08 0.25 0 0.35
HSL 280.98º 0.19% 0.57% -
HSV(B) 280.98º 0.25% 0.65% -
XYZ 26.95 23.81 38.77 -
YUV 137.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 152 124 165 0.08 0.25 0 0.35 280.98 0.19 0.57
Hex 98 7C A5 8 19 0 23 119 13 39
Octal 230 174 245 10 31 0 43 431 23 71
Binary 10011000 1111100 10100101 1000 11001 0 100011 100011001 10011 111001

Color Harmonies of #987CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CA5

Black with #987CA5

Text Example


Text Example

White with #987CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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