#8283F9

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

Shades of Light Slate Blue #8283F9

Tints of Light Slate Blue #8283F9

Color information

#8283F9 (or 0x8283F9) is unknown color: approx Light Slate Blue. HEX triplet: 82, 83 and F9. RGB value is (130,131,249). Sum of RGB (Red+Green+Blue) = 130+131+249=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #8283F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8283F9 is #7D7C06. Grayscale: #8F8F8F. Windows color (decimal): -8223751 or 16352130. OLE color: 16352130.

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

Color convert

RGB130131249-
CMYK0.480.4700.02
HSL239.5º90.84%74.31%-
HSV(B)239.5º47.79%97.65%-
XYZ34.4227.8293.18-
YUV144.15187.17117.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.49%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 249 (97.66% from 255) = 48.82%
R=25.49%
G=25.69%
B=48.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301312490.480.4700.02239.590.8474.31
Hex8283F9302F02ef5b4a
Octal202203371605702357133112
Binary1000001010000011111110011100001011110101110111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8283F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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