Html Css Color HEX #8482FA Light Slate Blue

📋 copy color: '#8482FA'

red 132 ◦ green 130 ◦ blue 250

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

Shades of Light Slate Blue #8482FA

Tints of Light Slate Blue #8482FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 25.78%
G = 25.39%
B = 48.83%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8482FA (or 0x8482FA) is known color: Light Slate Blue. HEX triplet: 84, 82 and FA. RGB value is (132,130,250). Sum of RGB (Red+Green+Blue) = 132+130+250=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #8482FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8482FA is #7B7D05. Grayscale: #8F8F8F. Windows color (decimal): -8092934 or 16417412. OLE color: 16417412.

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

Color convert

RGB 132 130 250 -
CMYK 0.47 0.48 0 0.02
HSL 241º 0.92% 0.75% -
HSV(B) 241º 0.48% 0.98% -
XYZ 34.75 27.77 93.97 -
YUV 144.28 187.66 119.24 -
System Red Green Blue C M Y K H S L
Decimal 132 130 250 0.47 0.48 0 0.02 241 0.92 0.75
Hex 84 82 FA 2F 30 0 2 F1 5C 4B
Octal 204 202 372 57 60 0 2 361 134 113
Binary 10000100 10000010 11111010 101111 110000 0 10 11110001 1011100 1001011

Color Harmonies of #8482FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8482FA

Black with #8482FA

Text Example


Text Example

White with #8482FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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