#8391FE

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

Shades of Light Slate Blue #8391FE

Tints of Light Slate Blue #8391FE

Color information

#8391FE (or 0x8391FE) is unknown color: approx Light Slate Blue. HEX triplet: 83, 91 and FE. RGB value is (131,145,254). Sum of RGB (Red+Green+Blue) = 131+145+254=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #8391FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8391FE is #7C6E01. Grayscale: #989898. Windows color (decimal): -8154626 or 16683395. OLE color: 16683395.

HSL color Cylindrical-coordinate representation of color #8391FE: hue angle of 233.17º 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 #8391FE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131145254-
CMYK0.480.4300.00
HSL233.17º98.4%75.49%-
HSV(B)233.17º48.43%99.61%-
XYZ37.3732.2398.02-
YUV153.24184.86112.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.72%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=24.72%
G=27.36%
B=47.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311452540.480.4300.00233.1798.475.49
Hex8391FE302B00e9624b
Octal203221376605300351142113
Binary100000111001000111111110110000101011001110100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8391FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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