#886BCC

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

Shades of True V #886BCC

Tints of True V #886BCC

Color information

#886BCC (or 0x886BCC) is unknown color: approx True V. HEX triplet: 88, 6B and CC. RGB value is (136,107,204). Sum of RGB (Red+Green+Blue) = 136+107+204=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #886BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BCC is #779433. Grayscale: #7E7E7E. Windows color (decimal): -7836724 or 13396872. OLE color: 13396872.

HSL color Cylindrical-coordinate representation of color #886BCC: hue angle of 257.94º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886BCC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136107204-
CMYK0.330.4800.2
HSL257.94º48.74%60.98%-
HSV(B)257.94º47.55%80%-
XYZ26.3120.1159.62-
YUV126.73171.61134.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=30.43%
G=23.94%
B=45.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361072040.330.4800.2257.9448.7460.98
Hex886BCC2130014102313d
Octal21015331441600244026175
Binary10001000110101111001100100001110000010100100000010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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