Html Css Color HEX #986BAE Ce Soir

📋 copy color: '#986BAE'

red 152 ◦ green 107 ◦ blue 174

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

Shades of Ce Soir #986BAE

Tints of Ce Soir #986BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

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

R = 35.1%
G = 24.71%
B = 40.18%

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

#986BAE (or 0x986BAE) is known color: Ce Soir. HEX triplet: 98, 6B and AE. RGB value is (152,107,174). Sum of RGB (Red+Green+Blue) = 152+107+174=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #986BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986BAE is #679451. Grayscale: #7F7F7F. Windows color (decimal): -6788178 or 11430808. OLE color: 11430808.

HSL color Cylindrical-coordinate representation of color #986BAE: hue angle of 280.3º degrees, saturation: 0.29, 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 #986BAE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 107 174 -
CMYK 0.13 0.39 0 0.32
HSL 280.3º 0.29% 0.55% -
HSV(B) 280.3º 0.39% 0.68% -
XYZ 25.85 20.25 42.59 -
YUV 128.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 152 107 174 0.13 0.39 0 0.32 280.3 0.29 0.55
Hex 98 6B AE D 27 0 20 118 1D 37
Octal 230 153 256 15 47 0 40 430 35 67
Binary 10011000 1101011 10101110 1101 100111 0 100000 100011000 11101 110111

Color Harmonies of #986BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BAE

Black with #986BAE

Text Example


Text Example

White with #986BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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