#8281FF

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

Shades of Light Slate Blue #8281FF

Tints of Light Slate Blue #8281FF

Color information

#8281FF (or 0x8281FF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 81 and FF. RGB value is (130,129,255). Sum of RGB (Red+Green+Blue) = 130+129+255=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #8281FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8281FF is #7D7E00. Grayscale: #8F8F8F. Windows color (decimal): -8224257 or 16744834. OLE color: 16744834.

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

Color convert

RGB130129255-
CMYK0.490.4900
HSL240.48º100%75.29%-
HSV(B)240.48º49.41%100%-
XYZ35.1127.6798.1-
YUV143.66190.83118.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.29%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 255 (100% from 255) = 49.61%
R=25.29%
G=25.10%
B=49.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301292550.490.4900240.4810075.29
Hex8281FF313100f0644b
Octal202201377616100360144113
Binary100000101000000111111111110001110001001111000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8281FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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