#886CBA

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

Shades of True V #886CBA

Tints of True V #886CBA

Color information

#886CBA (or 0x886CBA) is unknown color: approx True V. HEX triplet: 88, 6C and BA. RGB value is (136,108,186). Sum of RGB (Red+Green+Blue) = 136+108+186=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #886CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CBA is #779345. Grayscale: #7C7C7C. Windows color (decimal): -7836486 or 12217480. OLE color: 12217480.

HSL color Cylindrical-coordinate representation of color #886CBA: hue angle of 261.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #886CBA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136108186-
CMYK0.270.4200.27
HSL261.54º36.11%57.65%-
HSV(B)261.54º41.94%72.94%-
XYZ24.3819.548.93-
YUV125.26162.28135.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=31.63%
G=25.12%
B=43.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361081860.270.4200.27261.5436.1157.65
Hex886CBA1B2A01B106243a
Octal21015427233520334064472
Binary1000100011011001011101011011101010011011100000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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