#8D82FD

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

Shades of Light Slate Blue #8D82FD

Tints of Light Slate Blue #8D82FD

Color information

#8D82FD (or 0x8D82FD) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 82 and FD. RGB value is (141,130,253). Sum of RGB (Red+Green+Blue) = 141+130+253=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D82FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D82FD is #727D02. Grayscale: #929292. Windows color (decimal): -7503107 or 16614029. OLE color: 16614029.

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

Color convert

RGB141130253-
CMYK0.440.4900.01
HSL245.37º96.85%75.1%-
HSV(B)245.37º48.62%99.22%-
XYZ36.728.7296.54-
YUV147.31187.64123.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.91%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=26.91%
G=24.81%
B=48.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411302530.440.4900.01245.3796.8575.1
Hex8D82FD2C3101f5614b
Octal215202375546101365141113
Binary100011011000001011111101101100110001011111010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D82FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D82FD; }

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

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

<style>
 a { background-color: #8D82FD; }

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

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

<style>
 span { border-color: #8D82FD; }

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

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