#8283FF

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

Shades of Light Slate Blue #8283FF

Tints of Light Slate Blue #8283FF

Color information

#8283FF (or 0x8283FF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 83 and FF. RGB value is (130,131,255). Sum of RGB (Red+Green+Blue) = 130+131+255=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #8283FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8283FF is #7D7C00. Grayscale: #909090. Windows color (decimal): -8223745 or 16745346. OLE color: 16745346.

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

Color convert

RGB130131255-
CMYK0.490.4900
HSL239.52º100%75.49%-
HSV(B)239.52º49.02%100%-
XYZ35.3728.298.19-
YUV144.84190.17117.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.19%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 255 (100% from 255) = 49.42%
R=25.19%
G=25.39%
B=49.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301312550.490.4900239.5210075.49
Hex8283FF313100f0644b
Octal202203377616100360144113
Binary100000101000001111111111110001110001001111000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8283FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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