Html Css Color HEX #8280FE Light Slate Blue

📋 copy color: '#8280FE'

red 130 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #8280FE

Tints of Light Slate Blue #8280FE

RGB

 RED value IS 130 (51.17% from 255) = 25.39%

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

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

R = 25.39%
G = 25%
B = 49.61%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8280FE (or 0x8280FE) is known color: Light Slate Blue. HEX triplet: 82, 80 and FE. RGB value is (130,128,254). Sum of RGB (Red+Green+Blue) = 130+128+254=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #8280FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8280FE is #7D7F01. Grayscale: #8E8E8E. Windows color (decimal): -8224514 or 16679042. OLE color: 16679042.

HSL color Cylindrical-coordinate representation of color #8280FE: hue angle of 240.95º 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 #8280FE is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 128 254 -
CMYK 0.49 0.50 0 0.00
HSL 240.95º 0.98% 0.75% -
HSV(B) 240.95º 0.5% 1% -
XYZ 34.81 27.34 97.21 -
YUV 142.96 190.66 118.75 -
System Red Green Blue C M Y K H S L
Decimal 130 128 254 0.49 0.50 0 0.00 240.95 0.98 0.75
Hex 82 80 FE 31 32 0 0 F1 62 4B
Octal 202 200 376 61 62 0 0 361 142 113
Binary 10000010 10000000 11111110 110001 110010 0 0 11110001 1100010 1001011

Color Harmonies of #8280FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8280FE

Black with #8280FE

Text Example


Text Example

White with #8280FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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