Html Css Color HEX #986AAE Ce Soir

📋 copy color: '#986AAE'

red 152 ◦ green 106 ◦ blue 174

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

Shades of Ce Soir #986AAE

Tints of Ce Soir #986AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 35.19%
G = 24.54%
B = 40.28%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#986AAE (or 0x986AAE) is known color: Ce Soir. HEX triplet: 98, 6A and AE. RGB value is (152,106,174). Sum of RGB (Red+Green+Blue) = 152+106+174=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #986AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986AAE is #679551. Grayscale: #7F7F7F. Windows color (decimal): -6788434 or 11430552. OLE color: 11430552.

HSL color Cylindrical-coordinate representation of color #986AAE: hue angle of 280.59º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #986AAE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 106 174 -
CMYK 0.13 0.39 0 0.32
HSL 280.59º 0.3% 0.55% -
HSV(B) 280.59º 0.39% 0.68% -
XYZ 25.74 20.04 42.56 -
YUV 127.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 152 106 174 0.13 0.39 0 0.32 280.59 0.3 0.55
Hex 98 6A AE D 27 0 20 119 1E 37
Octal 230 152 256 15 47 0 40 431 36 67
Binary 10011000 1101010 10101110 1101 100111 0 100000 100011001 11110 110111

Color Harmonies of #986AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AAE

Black with #986AAE

Text Example


Text Example

White with #986AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986AAE; }

 p { color: rgb(152,106,174); }

 H1.HeaderClassName
 {
   color: #986AAE;
 }
 .AnyTagClassName
 {
   color: #986AAE;
 }
</style>

background-color css

<style>
 a { background-color: #986AAE; }

 a { background-color: rgb(152,106,174); }

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

border-color css

<style>
 span { border-color: #986AAE; }

 span { border-color: rgb(152,106,174); }

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