#886BCA

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

Shades of True V #886BCA

Tints of True V #886BCA

Color information

#886BCA (or 0x886BCA) is unknown color: approx True V. HEX triplet: 88, 6B and CA. RGB value is (136,107,202). Sum of RGB (Red+Green+Blue) = 136+107+202=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #886BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BCA is #779435. Grayscale: #7E7E7E. Windows color (decimal): -7836726 or 13265800. OLE color: 13265800.

HSL color Cylindrical-coordinate representation of color #886BCA: hue angle of 258.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #886BCA is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136107202-
CMYK0.330.4700.21
HSL258.32º47.26%60.59%-
HSV(B)258.32º47.03%79.22%-
XYZ26.0720.0158.37-
YUV126.5170.61134.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=30.56%
G=24.04%
B=45.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361072020.330.4700.21258.3247.2660.59
Hex886BCA212F0151022f3d
Octal21015331241570254025775
Binary10001000110101111001010100001101111010101100000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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