Html Css Color HEX #8390FF Light Slate Blue

📋 copy color: '#8390FF'

red 131 ◦ green 144 ◦ blue 255

#8390FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8390FF

Tints of Light Slate Blue #8390FF

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 value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8390FF (or 0x8390FF) is known color: 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

RGB 131 144 255 -
CMYK 0.49 0.44 0 0
HSL 233.71º 1% 0.76% -
HSV(B) 233.71º 0.49% 1% -
XYZ 37.38 31.99 98.81 -
YUV 152.77 185.69 112.47 -
System Red Green Blue C M Y K H S L
Decimal 131 144 255 0.49 0.44 0 0 233.71 1 0.76
Hex 83 90 FF 31 2C 0 0 EA 64 4C
Octal 203 220 377 61 54 0 0 352 144 114
Binary 10000011 10010000 11111111 110001 101100 0 0 11101010 1100100 1001100

Color Harmonies of #8390FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390FF

Black with #8390FF

Text Example


Text Example

White with #8390FF

Text Example


Text Example

HTML Codes & Css Web 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>