#8390ff

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

Shades of Light Slate Blue #8390FF

Tints of Light Slate Blue #8390FF

Color information

#8390FF (or 0x8390FF) is unknown color: approx Light Slate Blue. HEX triplet: 83, 90 and FF. RGB value is (131,144,255). Sum of RGB (Red+Green+Blue) = 131+144+255=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #8390FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8390FF is #7C6F00. Grayscale: #989898. Windows color (decimal): -8154881 or 16748675. OLE color: 16748675.

HSL color Cylindrical-coordinate representation of color #8390FF: hue angle of 233.71º 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 #8390FF is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131144255-
CMYK0.490.4400
HSL233.71º100%75.69%-
HSV(B)233.71º48.63%100%-
XYZ37.3831.9998.81-
YUV152.77185.69112.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.72%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 255 (100% from 255) = 48.11%
R=24.72%
G=27.17%
B=48.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311442550.490.4400233.7110075.69
Hex8390FF312C00ea644c
Octal203220377615400352144114
Binary100000111001000011111111110001101100001110101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8390ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8390ff; }

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

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

<style>
 a { background-color: #8390ff; }

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

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

<style>
 span { border-color: #8390ff; }

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

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