Html Css Color HEX #8380FE Light Slate Blue

📋 copy color: '#8380FE'

red 131 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #8380FE

Tints of Light Slate Blue #8380FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 25.54%
G = 24.95%
B = 49.51%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8380FE (or 0x8380FE) is known color: Light Slate Blue. HEX triplet: 83, 80 and FE. RGB value is (131,128,254). Sum of RGB (Red+Green+Blue) = 131+128+254=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #8380FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8380FE is #7C7F01. Grayscale: #8E8E8E. Windows color (decimal): -8158978 or 16679043. OLE color: 16679043.

HSL color Cylindrical-coordinate representation of color #8380FE: hue angle of 241.43º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8380FE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 128 254 -
CMYK 0.48 0.50 0 0.00
HSL 241.43º 0.98% 0.75% -
HSV(B) 241.43º 0.5% 1% -
XYZ 34.97 27.42 97.22 -
YUV 143.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 131 128 254 0.48 0.50 0 0.00 241.43 0.98 0.75
Hex 83 80 FE 30 32 0 0 F1 62 4B
Octal 203 200 376 60 62 0 0 361 142 113
Binary 10000011 10000000 11111110 110000 110010 0 0 11110001 1100010 1001011

Color Harmonies of #8380FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8380FE

Black with #8380FE

Text Example


Text Example

White with #8380FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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