#886aff

Color #886AFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #886AFF

Tints of Light Slate Blue #886AFF

Color information

#886AFF (or 0x886AFF) is unknown color: approx Light Slate Blue. HEX triplet: 88, 6A and FF. RGB value is (136,106,255). Sum of RGB (Red+Green+Blue) = 136+106+255=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #886AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AFF is #779500. Grayscale: #838383. Windows color (decimal): -7836929 or 16738952. OLE color: 16738952.

HSL color Cylindrical-coordinate representation of color #886AFF: hue angle of 252.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #886AFF is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136106255-
CMYK0.470.5800
HSL252.08º100%70.78%-
HSV(B)252.08º58.43%100%-
XYZ33.3622.7697.24-
YUV131.96197.44130.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 255 (100% from 255) = 51.31%
R=27.36%
G=21.33%
B=51.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361062550.470.5800252.0810070.78
Hex886AFF2F3A00fc6447
Octal210152377577200374144107
Binary10001000110101011111111101111111010001111110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,106,255); }

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

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

 a { background-color: rgb(136,106,255); }

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

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

 span { border-color: rgb(136,106,255); }

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