#886cbd

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

Shades of True V #886CBD

Tints of True V #886CBD

Color information

#886CBD (or 0x886CBD) is unknown color: approx True V. HEX triplet: 88, 6C and BD. RGB value is (136,108,189). Sum of RGB (Red+Green+Blue) = 136+108+189=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #886CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CBD is #779342. Grayscale: #7D7D7D. Windows color (decimal): -7836483 or 12414088. OLE color: 12414088.

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

Color convert

RGB136108189-
CMYK0.280.4300.26
HSL260.74º38.03%58.24%-
HSV(B)260.74º42.86%74.12%-
XYZ24.719.6350.63-
YUV125.61163.78135.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=31.41%
G=24.94%
B=43.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361081890.280.4300.26260.7438.0358.24
Hex886CBD1C2B01A105263a
Octal21015427534530324054672
Binary1000100011011001011110111100101011011010100000101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886cbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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