Html Css Color HEX #986BB2 Ce Soir

📋 copy color: '#986BB2'

red 152 ◦ green 107 ◦ blue 178

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

Shades of Ce Soir #986BB2

Tints of Ce Soir #986BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 34.78%
G = 24.49%
B = 40.73%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#986BB2 (or 0x986BB2) is known color: Ce Soir. HEX triplet: 98, 6B and B2. RGB value is (152,107,178). Sum of RGB (Red+Green+Blue) = 152+107+178=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 178 - color contains mainly: blue. Hex color #986BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986BB2 is #67944D. Grayscale: #808080. Windows color (decimal): -6788174 or 11692952. OLE color: 11692952.

HSL color Cylindrical-coordinate representation of color #986BB2: hue angle of 278.03º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #986BB2 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 107 178 -
CMYK 0.15 0.40 0 0.30
HSL 278.03º 0.32% 0.56% -
HSV(B) 278.03º 0.4% 0.7% -
XYZ 26.24 20.41 44.67 -
YUV 128.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 152 107 178 0.15 0.40 0 0.30 278.03 0.32 0.56
Hex 98 6B B2 F 28 0 1E 116 20 38
Octal 230 153 262 17 50 0 36 426 40 70
Binary 10011000 1101011 10110010 1111 101000 0 11110 100010110 100000 111000

Color Harmonies of #986BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BB2

Black with #986BB2

Text Example


Text Example

White with #986BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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