#8482FD

Color #8482FD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8482FD

Tints of Light Slate Blue #8482FD

Color information

#8482FD (or 0x8482FD) is unknown color: approx Light Slate Blue. HEX triplet: 84, 82 and FD. RGB value is (132,130,253). Sum of RGB (Red+Green+Blue) = 132+130+253=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #8482FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8482FD is #7B7D02. Grayscale: #909090. Windows color (decimal): -8092931 or 16614020. OLE color: 16614020.

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

Color convert

RGB132130253-
CMYK0.480.4900.01
HSL240.98º96.85%75.1%-
HSV(B)240.98º48.62%99.22%-
XYZ35.2327.9696.47-
YUV144.62189.16119-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.63%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 253 (99.22% from 255) = 49.13%
R=25.63%
G=25.24%
B=49.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321302530.480.4900.01240.9896.8575.1
Hex8482FD303101f1614b
Octal204202375606101361141113
Binary100001001000001011111101110000110001011111000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8482FD;
 }
 .AnyTagClassName
 {
   color: #8482FD;
 }
</style>
background-color css

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

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

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

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

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

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