#8391FF

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

Shades of Light Slate Blue #8391FF

Tints of Light Slate Blue #8391FF

Color information

#8391FF (or 0x8391FF) is unknown color: approx Light Slate Blue. HEX triplet: 83, 91 and FF. RGB value is (131,145,255). Sum of RGB (Red+Green+Blue) = 131+145+255=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #8391FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8391FF is #7C6E00. Grayscale: #989898. Windows color (decimal): -8154625 or 16748931. OLE color: 16748931.

HSL color Cylindrical-coordinate representation of color #8391FF: hue angle of 233.23º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8391FF is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131145255-
CMYK0.490.4300
HSL233.23º100%75.69%-
HSV(B)233.23º48.63%100%-
XYZ37.5432.398.86-
YUV153.35185.36112.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.67%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 255 (100% from 255) = 48.02%
R=24.67%
G=27.31%
B=48.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311452550.490.4300233.2310075.69
Hex8391FF312B00e9644c
Octal203221377615300351144114
Binary100000111001000111111111110001101011001110100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8391FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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