#886AFB

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

Shades of Light Slate Blue #886AFB

Tints of Light Slate Blue #886AFB

Color information

#886AFB (or 0x886AFB) is unknown color: approx Light Slate Blue. HEX triplet: 88, 6A and FB. RGB value is (136,106,251). Sum of RGB (Red+Green+Blue) = 136+106+251=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #886AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AFB is #779504. Grayscale: #828282. Windows color (decimal): -7836933 or 16476808. OLE color: 16476808.

HSL color Cylindrical-coordinate representation of color #886AFB: hue angle of 252.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #886AFB is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136106251-
CMYK0.460.5800.02
HSL252.41º94.77%70%-
HSV(B)252.41º57.77%98.43%-
XYZ32.7222.5193.89-
YUV131.5195.44131.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 251 (98.44% from 255) = 50.91%
R=27.59%
G=21.50%
B=50.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361062510.460.5800.02252.4194.7770
Hex886AFB2E3A02fc5f46
Octal210152373567202374137106
Binary100010001101010111110111011101110100101111110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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