#8282FD

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

Shades of Light Slate Blue #8282FD

Tints of Light Slate Blue #8282FD

Color information

#8282FD (or 0x8282FD) is unknown color: approx Light Slate Blue. HEX triplet: 82, 82 and FD. RGB value is (130,130,253). Sum of RGB (Red+Green+Blue) = 130+130+253=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #8282FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8282FD is #7D7D02. Grayscale: #8F8F8F. Windows color (decimal): -8224003 or 16614018. OLE color: 16614018.

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

Color convert

RGB130130253-
CMYK0.490.4900.01
HSL240º96.85%75.1%-
HSV(B)240º48.62%99.22%-
XYZ34.9227.896.45-
YUV144.02189.5118-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.34%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=25.34%
G=25.34%
B=49.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1301302530.490.4900.0124096.8575.1
Hex8282FD313101f0614b
Octal202202375616101360141113
Binary100000101000001011111101110001110001011111000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8282FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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