Html Css Color HEX #8390FD Light Slate Blue

📋 copy color: '#8390FD'

red 131 ◦ green 144 ◦ blue 253

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

Shades of Light Slate Blue #8390FD

Tints of Light Slate Blue #8390FD

RGB

 RED value IS 131 (51.56% from 255) = 24.81%

 GREEN value IS 144 (56.64% from 255) = 27.27%

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 24.81%
G = 27.27%
B = 47.92%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8390FD (or 0x8390FD) is known color: Light Slate Blue. HEX triplet: 83, 90 and FD. RGB value is (131,144,253). Sum of RGB (Red+Green+Blue) = 131+144+253=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #8390FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8390FD is #7C6F02. Grayscale: #989898. Windows color (decimal): -8154883 or 16617603. OLE color: 16617603.

HSL color Cylindrical-coordinate representation of color #8390FD: hue angle of 233.61º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8390FD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 144 253 -
CMYK 0.48 0.43 0 0.01
HSL 233.61º 0.97% 0.75% -
HSV(B) 233.61º 0.48% 0.99% -
XYZ 37.06 31.86 97.13 -
YUV 152.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 131 144 253 0.48 0.43 0 0.01 233.61 0.97 0.75
Hex 83 90 FD 30 2B 0 1 EA 61 4B
Octal 203 220 375 60 53 0 1 352 141 113
Binary 10000011 10010000 11111101 110000 101011 0 1 11101010 1100001 1001011

Color Harmonies of #8390FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390FD

Black with #8390FD

Text Example


Text Example

White with #8390FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8390FD;
 }
 .AnyTagClassName
 {
   color: #8390FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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