#8283FB

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

Shades of Light Slate Blue #8283FB

Tints of Light Slate Blue #8283FB

Color information

#8283FB (or 0x8283FB) is unknown color: approx Light Slate Blue. HEX triplet: 82, 83 and FB. RGB value is (130,131,251). Sum of RGB (Red+Green+Blue) = 130+131+251=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #8283FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8283FB is #7D7C04. Grayscale: #8F8F8F. Windows color (decimal): -8223749 or 16483202. OLE color: 16483202.

HSL color Cylindrical-coordinate representation of color #8283FB: hue angle of 239.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8283FB is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130131251-
CMYK0.480.4800.02
HSL239.5º93.8%74.71%-
HSV(B)239.5º48.21%98.43%-
XYZ34.7327.9494.83-
YUV144.38188.17117.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=25.39%
G=25.59%
B=49.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301312510.480.4800.02239.593.874.71
Hex8283FB303002f05e4b
Octal202203373606002360136113
Binary1000001010000011111110111100001100000101111000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8283FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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