Html Css Color HEX #8482FE Light Slate Blue

📋 copy color: '#8482FE'

red 132 ◦ green 130 ◦ blue 254

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

Shades of Light Slate Blue #8482FE

Tints of Light Slate Blue #8482FE

RGB

 RED value IS 132 (51.95% from 255) = 25.58%

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

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

R = 25.58%
G = 25.19%
B = 49.22%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8482FE (or 0x8482FE) is known color: Light Slate Blue. HEX triplet: 84, 82 and FE. RGB value is (132,130,254). Sum of RGB (Red+Green+Blue) = 132+130+254=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #8482FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8482FE is #7B7D01. Grayscale: #909090. Windows color (decimal): -8092930 or 16679556. OLE color: 16679556.

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

Color convert

RGB 132 130 254 -
CMYK 0.48 0.49 0 0.00
HSL 240.97º 0.98% 0.75% -
HSV(B) 240.97º 0.49% 1% -
XYZ 35.39 28.03 97.31 -
YUV 144.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 132 130 254 0.48 0.49 0 0.00 240.97 0.98 0.75
Hex 84 82 FE 30 31 0 0 F1 62 4B
Octal 204 202 376 60 61 0 0 361 142 113
Binary 10000100 10000010 11111110 110000 110001 0 0 11110001 1100010 1001011

Color Harmonies of #8482FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8482FE

Black with #8482FE

Text Example


Text Example

White with #8482FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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