Html Css Color HEX #886B9B Ce Soir

📋 copy color: '#886B9B'

red 136 ◦ green 107 ◦ blue 155

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

Shades of Ce Soir #886B9B

Tints of Ce Soir #886B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 34.17%
G = 26.88%
B = 38.94%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#886B9B (or 0x886B9B) is known color: Ce Soir. HEX triplet: 88, 6B and 9B. RGB value is (136,107,155). Sum of RGB (Red+Green+Blue) = 136+107+155=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #886B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886B9B is #779464. Grayscale: #787878. Windows color (decimal): -7836773 or 10185608. OLE color: 10185608.

HSL color Cylindrical-coordinate representation of color #886B9B: hue angle of 276.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #886B9B is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 107 155 -
CMYK 0.12 0.31 0 0.39
HSL 276.25º 0.19% 0.51% -
HSV(B) 276.25º 0.31% 0.61% -
XYZ 21.33 18.12 33.38 -
YUV 121.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 136 107 155 0.12 0.31 0 0.39 276.25 0.19 0.51
Hex 88 6B 9B C 1F 0 27 114 13 33
Octal 210 153 233 14 37 0 47 424 23 63
Binary 10001000 1101011 10011011 1100 11111 0 100111 100010100 10011 110011

Color Harmonies of #886B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B9B

Black with #886B9B

Text Example


Text Example

White with #886B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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