#8263F0

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

Shades of Medium Slate Blue #8263F0

Tints of Medium Slate Blue #8263F0

Color information

#8263F0 (or 0x8263F0) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 63 and F0. RGB value is (130,99,240). Sum of RGB (Red+Green+Blue) = 130+99+240=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #8263F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8263F0 is #7D9C0F. Grayscale: #7B7B7B. Windows color (decimal): -8231952 or 15754114. OLE color: 15754114.

HSL color Cylindrical-coordinate representation of color #8263F0: hue angle of 253.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8263F0 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13099240-
CMYK0.460.5900.06
HSL253.19º82.46%66.47%-
HSV(B)253.19º58.75%94.12%-
XYZ29.419.9684.74-
YUV124.34193.27132.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 99 (39.06% from 255) = 21.11%
BLUE value IS 240 (94.14% from 255) = 51.17%
R=27.72%
G=21.11%
B=51.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal130992400.460.5900.06253.1982.4666.47
Hex8263F02E3B06fd5242
Octal202143360567306375122102
Binary1000001011000111111000010111011101101101111110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8263F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8263F0; }

 p { color: rgb(130,99,240); }

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

<style>
 a { background-color: #8263F0; }

 a { background-color: rgb(130,99,240); }

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

<style>
 span { border-color: #8263F0; }

 span { border-color: rgb(130,99,240); }

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