#8883F0

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

Shades of Light Slate Blue #8883F0

Tints of Light Slate Blue #8883F0

Color information

#8883F0 (or 0x8883F0) is unknown color: approx Light Slate Blue. HEX triplet: 88, 83 and F0. RGB value is (136,131,240). Sum of RGB (Red+Green+Blue) = 136+131+240=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #8883F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8883F0 is #777C0F. Grayscale: #909090. Windows color (decimal): -7830544 or 15762312. OLE color: 15762312.

HSL color Cylindrical-coordinate representation of color #8883F0: hue angle of 242.75º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8883F0 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136131240-
CMYK0.430.4500.06
HSL242.75º78.42%72.75%-
HSV(B)242.75º45.42%94.12%-
XYZ3427.7686-
YUV144.92181.66121.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 131 (51.56% from 255) = 25.84%
BLUE value IS 240 (94.14% from 255) = 47.34%
R=26.82%
G=25.84%
B=47.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361312400.430.4500.06242.7578.4272.75
Hex8883F02B2D06f34e49
Octal210203360535506363116111
Binary10001000100000111111000010101110110101101111001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8883F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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