#8082FD

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

Shades of Light Slate Blue #8082FD

Tints of Light Slate Blue #8082FD

Color information

#8082FD (or 0x8082FD) is unknown color: approx Light Slate Blue. HEX triplet: 80, 82 and FD. RGB value is (128,130,253). Sum of RGB (Red+Green+Blue) = 128+130+253=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #8082FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8082FD is #7F7D02. Grayscale: #8E8E8E. Windows color (decimal): -8355075 or 16614016. OLE color: 16614016.

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

Color convert

RGB128130253-
CMYK0.490.4900.01
HSL239.04º96.9%74.71%-
HSV(B)239.04º49.41%99.22%-
XYZ34.6127.6596.44-
YUV143.42189.84117-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=25.05%
G=25.44%
B=49.51%

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
Decimal1281302530.490.4900.01239.0496.974.71
Hex8082FD313101ef614b
Octal200202375616101357141113
Binary100000001000001011111101110001110001011110111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8082FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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