#886CBE

Color #886CBE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #886CBE

Tints of True V #886CBE

Color information

#886CBE (or 0x886CBE) is unknown color: approx True V. HEX triplet: 88, 6C and BE. RGB value is (136,108,190). Sum of RGB (Red+Green+Blue) = 136+108+190=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #886CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CBE is #779341. Grayscale: #7D7D7D. Windows color (decimal): -7836482 or 12479624. OLE color: 12479624.

HSL color Cylindrical-coordinate representation of color #886CBE: hue angle of 260.49º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #886CBE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136108190-
CMYK0.280.4300.25
HSL260.49º38.68%58.43%-
HSV(B)260.49º43.16%74.51%-
XYZ24.8119.6851.21-
YUV125.72164.28135.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=31.34%
G=24.88%
B=43.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361081900.280.4300.25260.4938.6858.43
Hex886CBE1C2B019104273a
Octal21015427634530314044772
Binary1000100011011001011111011100101011011001100000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,108,190); }

 H1.HeaderClassName
 {
   color: #886CBE;
 }
 .AnyTagClassName
 {
   color: #886CBE;
 }
</style>
background-color css

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

 a { background-color: rgb(136,108,190); }

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

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

 span { border-color: rgb(136,108,190); }

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