#8066F3

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

Shades of Medium Slate Blue #8066F3

Tints of Medium Slate Blue #8066F3

Color information

#8066F3 (or 0x8066F3) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 66 and F3. RGB value is (128,102,243). Sum of RGB (Red+Green+Blue) = 128+102+243=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #8066F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066F3 is #7F990C. Grayscale: #7D7D7D. Windows color (decimal): -8362253 or 15951488. OLE color: 15951488.

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

Color convert

RGB128102243-
CMYK0.470.5800.05
HSL251.06º85.45%67.65%-
HSV(B)251.06º58.02%95.29%-
XYZ29.8320.5687.19-
YUV125.85194.11129.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 243 (95.31% from 255) = 51.37%
R=27.06%
G=21.56%
B=51.37%

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
Decimal1281022430.470.5800.05251.0685.4567.65
Hex8066F32F3A05fb5544
Octal200146363577205373125104
Binary1000000011001101111001110111111101001011111101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8066F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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