#886FF8

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

Shades of Light Slate Blue #886FF8

Tints of Light Slate Blue #886FF8

Color information

#886FF8 (or 0x886FF8) is unknown color: approx Light Slate Blue. HEX triplet: 88, 6F and F8. RGB value is (136,111,248). Sum of RGB (Red+Green+Blue) = 136+111+248=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #886FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FF8 is #779007. Grayscale: #858585. Windows color (decimal): -7835656 or 16281480. OLE color: 16281480.

HSL color Cylindrical-coordinate representation of color #886FF8: hue angle of 250.95º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #886FF8 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB136111248-
CMYK0.450.5500.03
HSL250.95º90.73%70.39%-
HSV(B)250.95º55.24%97.25%-
XYZ32.7823.3891.59-
YUV134.09192.28129.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 248 (97.27% from 255) = 50.10%
R=27.47%
G=22.42%
B=50.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1361112480.450.5500.03250.9590.7370.39
Hex886FF82D3703fb5b46
Octal210157370556703373133106
Binary100010001101111111110001011011101110111111101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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