#8883F8

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

Shades of Light Slate Blue #8883F8

Tints of Light Slate Blue #8883F8

Color information

#8883F8 (or 0x8883F8) is unknown color: approx Light Slate Blue. HEX triplet: 88, 83 and F8. RGB value is (136,131,248). Sum of RGB (Red+Green+Blue) = 136+131+248=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #8883F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8883F8 is #777C07. Grayscale: #919191. Windows color (decimal): -7830536 or 16286600. OLE color: 16286600.

HSL color Cylindrical-coordinate representation of color #8883F8: hue angle of 242.56º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8883F8 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB136131248-
CMYK0.450.4700.03
HSL242.56º89.31%74.31%-
HSV(B)242.56º47.18%97.25%-
XYZ35.2128.2492.4-
YUV145.83185.66120.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.41%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 248 (97.27% from 255) = 48.16%
R=26.41%
G=25.44%
B=48.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1361312480.450.4700.03242.5689.3174.31
Hex8883F82D2F03f3594a
Octal210203370555703363131112
Binary1000100010000011111110001011011011110111111001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8883F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8883F8; }

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

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

<style>
 a { background-color: #8883F8; }

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

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

<style>
 span { border-color: #8883F8; }

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

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