#8265F0

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

Shades of Medium Slate Blue #8265F0

Tints of Medium Slate Blue #8265F0

Color information

#8265F0 (or 0x8265F0) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 65 and F0. RGB value is (130,101,240). Sum of RGB (Red+Green+Blue) = 130+101+240=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #8265F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8265F0 is #7D9A0F. Grayscale: #7C7C7C. Windows color (decimal): -8231440 or 15754626. OLE color: 15754626.

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

Color convert

RGB130101240-
CMYK0.460.5800.06
HSL252.52º82.25%66.86%-
HSV(B)252.52º57.92%94.12%-
XYZ29.5920.3484.81-
YUV125.52192.61131.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 240 (94.14% from 255) = 50.96%
R=27.60%
G=21.44%
B=50.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1301012400.460.5800.06252.5282.2566.86
Hex8265F02E3A06fd5243
Octal202145360567206375122103
Binary1000001011001011111000010111011101001101111110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8265F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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