#8388FE

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

Shades of Light Slate Blue #8388FE

Tints of Light Slate Blue #8388FE

Color information

#8388FE (or 0x8388FE) is unknown color: approx Light Slate Blue. HEX triplet: 83, 88 and FE. RGB value is (131,136,254). Sum of RGB (Red+Green+Blue) = 131+136+254=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #8388FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8388FE is #7C7701. Grayscale: #939393. Windows color (decimal): -8156930 or 16681091. OLE color: 16681091.

HSL color Cylindrical-coordinate representation of color #8388FE: hue angle of 237.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8388FE is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131136254-
CMYK0.480.4600.00
HSL237.56º98.4%75.49%-
HSV(B)237.56º48.43%99.61%-
XYZ36.0529.5997.58-
YUV147.96187.84115.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.14%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=25.14%
G=26.10%
B=48.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311362540.480.4600.00237.5698.475.49
Hex8388FE302E00ee624b
Octal203210376605600356142113
Binary100000111000100011111110110000101110001110111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8388FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8388FE; }

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

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

<style>
 a { background-color: #8388FE; }

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

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

<style>
 span { border-color: #8388FE; }

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

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