#886FBC

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

Shades of True V #886FBC

Tints of True V #886FBC

Color information

#886FBC (or 0x886FBC) is unknown color: approx True V. HEX triplet: 88, 6F and BC. RGB value is (136,111,188). Sum of RGB (Red+Green+Blue) = 136+111+188=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #886FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FBC is #779043. Grayscale: #7E7E7E. Windows color (decimal): -7835716 or 12349320. OLE color: 12349320.

HSL color Cylindrical-coordinate representation of color #886FBC: hue angle of 259.48º degrees, saturation: 0.36, 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 #886FBC is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136111188-
CMYK0.280.4100.26
HSL259.48º36.49%58.63%-
HSV(B)259.48º40.96%73.73%-
XYZ24.9120.2350.17-
YUV127.25162.28134.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=31.26%
G=25.52%
B=43.22%

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
Decimal1361111880.280.4100.26259.4836.4958.63
Hex886FBC1C2901A103243b
Octal21015727434510324034473
Binary1000100011011111011110011100101001011010100000011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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