#886CB7

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

Shades of True V #886CB7

Tints of True V #886CB7

Color information

#886CB7 (or 0x886CB7) is unknown color: approx True V. HEX triplet: 88, 6C and B7. RGB value is (136,108,183). Sum of RGB (Red+Green+Blue) = 136+108+183=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #886CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CB7 is #779348. Grayscale: #7C7C7C. Windows color (decimal): -7836489 or 12020872. OLE color: 12020872.

HSL color Cylindrical-coordinate representation of color #886CB7: hue angle of 262.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886CB7 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB136108183-
CMYK0.260.4100.28
HSL262.4º34.25%57.06%-
HSV(B)262.4º40.98%71.76%-
XYZ24.0619.3847.27-
YUV124.92160.78135.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 183 (71.88% from 255) = 42.86%
R=31.85%
G=25.29%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1361081830.260.4100.28262.434.2557.06
Hex886CB71A2901C1062239
Octal21015426732510344064271
Binary1000100011011001011011111010101001011100100000110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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