#8066F1

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

Shades of Medium Slate Blue #8066F1

Tints of Medium Slate Blue #8066F1

Color information

#8066F1 (or 0x8066F1) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 66 and F1. RGB value is (128,102,241). Sum of RGB (Red+Green+Blue) = 128+102+241=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #8066F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066F1 is #7F990E. Grayscale: #7D7D7D. Windows color (decimal): -8362255 or 15820416. OLE color: 15820416.

HSL color Cylindrical-coordinate representation of color #8066F1: hue angle of 251.22º 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 #8066F1 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128102241-
CMYK0.470.5800.05
HSL251.22º83.23%67.25%-
HSV(B)251.22º57.68%94.51%-
XYZ29.5320.4485.61-
YUV125.62193.11129.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 102 (40.23% from 255) = 21.66%
BLUE value IS 241 (94.53% from 255) = 51.17%
R=27.18%
G=21.66%
B=51.17%

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
Decimal1281022410.470.5800.05251.2283.2367.25
Hex8066F12F3A05fb5343
Octal200146361577205373123103
Binary1000000011001101111000110111111101001011111101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8066F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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