#8283FA

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

Shades of Light Slate Blue #8283FA

Tints of Light Slate Blue #8283FA

Color information

#8283FA (or 0x8283FA) is unknown color: approx Light Slate Blue. HEX triplet: 82, 83 and FA. RGB value is (130,131,250). Sum of RGB (Red+Green+Blue) = 130+131+250=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #8283FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8283FA is #7D7C05. Grayscale: #8F8F8F. Windows color (decimal): -8223750 or 16417666. OLE color: 16417666.

HSL color Cylindrical-coordinate representation of color #8283FA: hue angle of 239.5º degrees, saturation: 0.92, 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 #8283FA is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130131250-
CMYK0.480.4800.02
HSL239.5º92.31%74.51%-
HSV(B)239.5º48%98.04%-
XYZ34.5827.8894-
YUV144.27187.67117.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.44%
GREEN value IS 131 (51.56% from 255) = 25.64%
BLUE value IS 250 (98.05% from 255) = 48.92%
R=25.44%
G=25.64%
B=48.92%

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
Decimal1301312500.480.4800.02239.592.3174.51
Hex8283FA303002f05c4b
Octal202203372606002360134113
Binary1000001010000011111110101100001100000101111000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8283FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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