#886FBD

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

Shades of True V #886FBD

Tints of True V #886FBD

Color information

#886FBD (or 0x886FBD) is unknown color: approx True V. HEX triplet: 88, 6F and BD. RGB value is (136,111,189). Sum of RGB (Red+Green+Blue) = 136+111+189=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #886FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FBD is #779042. Grayscale: #7F7F7F. Windows color (decimal): -7835715 or 12414856. OLE color: 12414856.

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

Color convert

RGB136111189-
CMYK0.280.4100.26
HSL259.23º37.14%58.82%-
HSV(B)259.23º41.27%74.12%-
XYZ25.0220.2850.74-
YUV127.37162.78134.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.19%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=31.19%
G=25.46%
B=43.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361111890.280.4100.26259.2337.1458.82
Hex886FBD1C2901A103253b
Octal21015727534510324034573
Binary1000100011011111011110111100101001011010100000011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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