#886BBD

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

Shades of True V #886BBD

Tints of True V #886BBD

Color information

#886BBD (or 0x886BBD) is unknown color: approx True V. HEX triplet: 88, 6B and BD. RGB value is (136,107,189). Sum of RGB (Red+Green+Blue) = 136+107+189=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #886BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BBD is #779442. Grayscale: #7C7C7C. Windows color (decimal): -7836739 or 12413832. OLE color: 12413832.

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

Color convert

RGB136107189-
CMYK0.280.4300.26
HSL261.22º38.32%58.04%-
HSV(B)261.22º43.39%74.12%-
XYZ24.619.4250.6-
YUV125.02164.11135.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=31.48%
G=24.77%
B=43.75%

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
Decimal1361071890.280.4300.26261.2238.3258.04
Hex886BBD1C2B01A105263a
Octal21015327534530324054672
Binary1000100011010111011110111100101011011010100000101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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