#886FCD

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

Shades of True V #886FCD

Tints of True V #886FCD

Color information

#886FCD (or 0x886FCD) is unknown color: approx True V. HEX triplet: 88, 6F and CD. RGB value is (136,111,205). Sum of RGB (Red+Green+Blue) = 136+111+205=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #886FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FCD is #779032. Grayscale: #808080. Windows color (decimal): -7835699 or 13463432. OLE color: 13463432.

HSL color Cylindrical-coordinate representation of color #886FCD: hue angle of 255.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886FCD is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136111205-
CMYK0.340.4600.20
HSL255.96º48.45%61.96%-
HSV(B)255.96º45.85%80.39%-
XYZ26.8621.0160.4-
YUV129.19170.78132.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=30.09%
G=24.56%
B=45.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361112050.340.4600.20255.9648.4561.96
Hex886FCD222E014100303e
Octal21015731542560244006076
Binary10001000110111111001101100010101110010100100000000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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