Html Css Color HEX #8380F0 Light Slate Blue

📋 copy color: '#8380F0'

red 131 ◦ green 128 ◦ blue 240

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

Shades of Light Slate Blue #8380F0

Tints of Light Slate Blue #8380F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.65%

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 26.25%
G = 25.65%
B = 48.1%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8380F0 (or 0x8380F0) is known color: Light Slate Blue. HEX triplet: 83, 80 and F0. RGB value is (131,128,240). Sum of RGB (Red+Green+Blue) = 131+128+240=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #8380F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8380F0 is #7C7F0F. Grayscale: #8D8D8D. Windows color (decimal): -8158992 or 15761539. OLE color: 15761539.

HSL color Cylindrical-coordinate representation of color #8380F0: hue angle of 241.61º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8380F0 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 128 240 -
CMYK 0.45 0.47 0 0.06
HSL 241.61º 0.79% 0.72% -
HSV(B) 241.61º 0.47% 0.94% -
XYZ 32.81 26.55 85.83 -
YUV 141.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 131 128 240 0.45 0.47 0 0.06 241.61 0.79 0.72
Hex 83 80 F0 2D 2F 0 6 F2 4F 48
Octal 203 200 360 55 57 0 6 362 117 110
Binary 10000011 10000000 11110000 101101 101111 0 110 11110010 1001111 1001000

Color Harmonies of #8380F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8380F0

Black with #8380F0

Text Example


Text Example

White with #8380F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8380F0; }

 p { color: rgb(131,128,240); }

 H1.HeaderClassName
 {
   color: #8380F0;
 }
 .AnyTagClassName
 {
   color: #8380F0;
 }
</style>

background-color css

<style>
 a { background-color: #8380F0; }

 a { background-color: rgb(131,128,240); }

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

border-color css

<style>
 span { border-color: #8380F0; }

 span { border-color: rgb(131,128,240); }

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