Html Css Color HEX #8282EF Light Slate Blue

📋 copy color: '#8282EF'

red 130 ◦ green 130 ◦ blue 239

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

Shades of Light Slate Blue #8282EF

Tints of Light Slate Blue #8282EF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.05%

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

R = 26.05%
G = 26.05%
B = 47.9%

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

#8282EF (or 0x8282EF) is known color: Light Slate Blue. HEX triplet: 82, 82 and EF. RGB value is (130,130,239). Sum of RGB (Red+Green+Blue) = 130+130+239=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #8282EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8282EF is #7D7D10. Grayscale: #8D8D8D. Windows color (decimal): -8224017 or 15696514. OLE color: 15696514.

HSL color Cylindrical-coordinate representation of color #8282EF: hue angle of 240º degrees, saturation: 0.77, 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 #8282EF is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 130 239 -
CMYK 0.46 0.46 0 0.06
HSL 240º 0.77% 0.72% -
HSV(B) 240º 0.46% 0.94% -
XYZ 32.77 26.94 85.13 -
YUV 142.43 182.5 119.14 -
System Red Green Blue C M Y K H S L
Decimal 130 130 239 0.46 0.46 0 0.06 240 0.77 0.72
Hex 82 82 EF 2E 2E 0 6 F0 4D 48
Octal 202 202 357 56 56 0 6 360 115 110
Binary 10000010 10000010 11101111 101110 101110 0 110 11110000 1001101 1001000

Color Harmonies of #8282EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8282EF

Black with #8282EF

Text Example


Text Example

White with #8282EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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