Html Css Color HEX #886BA0 Ce Soir

📋 copy color: '#886BA0'

red 136 ◦ green 107 ◦ blue 160

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

Shades of Ce Soir #886BA0

Tints of Ce Soir #886BA0

RGB

 RED value IS 136 (53.52% from 255) = 33.75%

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

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 33.75%
G = 26.55%
B = 39.7%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#886BA0 (or 0x886BA0) is known color: Ce Soir. HEX triplet: 88, 6B and A0. RGB value is (136,107,160). Sum of RGB (Red+Green+Blue) = 136+107+160=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #886BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886BA0 is #77945F. Grayscale: #797979. Windows color (decimal): -7836768 or 10513288. OLE color: 10513288.

HSL color Cylindrical-coordinate representation of color #886BA0: hue angle of 272.83º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #886BA0 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 107 160 -
CMYK 0.15 0.33 0 0.37
HSL 272.83º 0.22% 0.52% -
HSV(B) 272.83º 0.33% 0.63% -
XYZ 21.76 18.29 35.64 -
YUV 121.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 136 107 160 0.15 0.33 0 0.37 272.83 0.22 0.52
Hex 88 6B A0 F 21 0 25 111 16 34
Octal 210 153 240 17 41 0 45 421 26 64
Binary 10001000 1101011 10100000 1111 100001 0 100101 100010001 10110 110100

Color Harmonies of #886BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886BA0

Black with #886BA0

Text Example


Text Example

White with #886BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886BA0; }

 p { color: rgb(136,107,160); }

 H1.HeaderClassName
 {
   color: #886BA0;
 }
 .AnyTagClassName
 {
   color: #886BA0;
 }
</style>

background-color css

<style>
 a { background-color: #886BA0; }

 a { background-color: rgb(136,107,160); }

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

border-color css

<style>
 span { border-color: #886BA0; }

 span { border-color: rgb(136,107,160); }

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