#8065F1

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

Shades of Medium Slate Blue #8065F1

Tints of Medium Slate Blue #8065F1

Color information

#8065F1 (or 0x8065F1) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 65 and F1. RGB value is (128,101,241). Sum of RGB (Red+Green+Blue) = 128+101+241=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #8065F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8065F1 is #7F9A0E. Grayscale: #7C7C7C. Windows color (decimal): -8362511 or 15820160. OLE color: 15820160.

HSL color Cylindrical-coordinate representation of color #8065F1: hue angle of 251.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8065F1 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128101241-
CMYK0.470.5800.05
HSL251.57º83.33%67.06%-
HSV(B)251.57º58.09%94.51%-
XYZ29.4320.2585.58-
YUV125.03193.45130.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 241 (94.53% from 255) = 51.28%
R=27.23%
G=21.49%
B=51.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1281012410.470.5800.05251.5783.3367.06
Hex8065F12F3A05fc5343
Octal200145361577205374123103
Binary1000000011001011111000110111111101001011111110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8065F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8065F1; }

 p { color: rgb(128,101,241); }

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

<style>
 a { background-color: #8065F1; }

 a { background-color: rgb(128,101,241); }

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

<style>
 span { border-color: #8065F1; }

 span { border-color: rgb(128,101,241); }

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