#886BBA

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

Shades of True V #886BBA

Tints of True V #886BBA

Color information

#886BBA (or 0x886BBA) is unknown color: approx True V. HEX triplet: 88, 6B and BA. RGB value is (136,107,186). Sum of RGB (Red+Green+Blue) = 136+107+186=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #886BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BBA is #779445. Grayscale: #7C7C7C. Windows color (decimal): -7836742 or 12217224. OLE color: 12217224.

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

Color convert

RGB136107186-
CMYK0.270.4200.27
HSL262.03º36.41%57.45%-
HSV(B)262.03º42.47%72.94%-
XYZ24.2719.2948.9-
YUV124.68162.61136.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=31.70%
G=24.94%
B=43.36%

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
Decimal1361071860.270.4200.27262.0336.4157.45
Hex886BBA1B2A01B1062439
Octal21015327233520334064471
Binary1000100011010111011101011011101010011011100000110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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