Html Css Color HEX #8280EF Light Slate Blue

📋 copy color: '#8280EF'

red 130 ◦ green 128 ◦ blue 239

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

Shades of Light Slate Blue #8280EF

Tints of Light Slate Blue #8280EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 26.16%
G = 25.75%
B = 48.09%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8280EF (or 0x8280EF) is known color: Light Slate Blue. HEX triplet: 82, 80 and EF. RGB value is (130,128,239). Sum of RGB (Red+Green+Blue) = 130+128+239=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #8280EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8280EF is #7D7F10. Grayscale: #8C8C8C. Windows color (decimal): -8224529 or 15696002. OLE color: 15696002.

HSL color Cylindrical-coordinate representation of color #8280EF: hue angle of 241.08º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8280EF is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 128 239 -
CMYK 0.46 0.46 0 0.06
HSL 241.08º 0.78% 0.72% -
HSV(B) 241.08º 0.46% 0.94% -
XYZ 32.51 26.42 85.05 -
YUV 141.25 183.16 119.97 -
System Red Green Blue C M Y K H S L
Decimal 130 128 239 0.46 0.46 0 0.06 241.08 0.78 0.72
Hex 82 80 EF 2E 2E 0 6 F1 4E 48
Octal 202 200 357 56 56 0 6 361 116 110
Binary 10000010 10000000 11101111 101110 101110 0 110 11110001 1001110 1001000

Color Harmonies of #8280EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8280EF

Black with #8280EF

Text Example


Text Example

White with #8280EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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