#8282FF

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

Shades of Light Slate Blue #8282FF

Tints of Light Slate Blue #8282FF

Color information

#8282FF (or 0x8282FF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 82 and FF. RGB value is (130,130,255). Sum of RGB (Red+Green+Blue) = 130+130+255=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #8282FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8282FF is #7D7D00. Grayscale: #8F8F8F. Windows color (decimal): -8224001 or 16745090. OLE color: 16745090.

HSL color Cylindrical-coordinate representation of color #8282FF: hue angle of 240º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8282FF is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130130255-
CMYK0.490.4900
HSL240º100%75.49%-
HSV(B)240º49.02%100%-
XYZ35.2427.9398.14-
YUV144.25190.5117.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 255 (100% from 255) = 49.51%
R=25.24%
G=25.24%
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
SystemRedGreenBlueCMYKHSL
Decimal1301302550.490.490024010075.49
Hex8282FF313100f0644b
Octal202202377616100360144113
Binary100000101000001011111111110001110001001111000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8282FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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