#886FCB

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

Shades of True V #886FCB

Tints of True V #886FCB

Color information

#886FCB (or 0x886FCB) is unknown color: approx True V. HEX triplet: 88, 6F and CB. RGB value is (136,111,203). Sum of RGB (Red+Green+Blue) = 136+111+203=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #886FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FCB is #779034. Grayscale: #808080. Windows color (decimal): -7835701 or 13332360. OLE color: 13332360.

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

Color convert

RGB136111203-
CMYK0.330.4500.20
HSL256.3º46.94%61.57%-
HSV(B)256.3º45.32%79.61%-
XYZ26.6220.9159.13-
YUV128.96169.78133.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.22%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=30.22%
G=24.67%
B=45.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361112030.330.4500.20256.346.9461.57
Hex886FCB212D0141002f3e
Octal21015731341550244005776
Binary10001000110111111001011100001101101010100100000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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