#7646FA

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

Shades of Medium Slate Blue #7646FA

Tints of Medium Slate Blue #7646FA

Color information

#7646FA (or 0x7646FA) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 46 and FA. RGB value is (118,70,250). Sum of RGB (Red+Green+Blue) = 118+70+250=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #7646FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7646FA is #89B905. Grayscale: #686868. Windows color (decimal): -9025798 or 16402038. OLE color: 16402038.

HSL color Cylindrical-coordinate representation of color #7646FA: hue angle of 256º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7646FA is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11870250-
CMYK0.530.7200.02
HSL256º94.74%62.75%-
HSV(B)256º72%98.04%-
XYZ26.9215.1391.94-
YUV104.87209.9137.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.94%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 250 (98.05% from 255) = 57.08%
R=26.94%
G=15.98%
B=57.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal118702500.530.7200.0225694.7462.75
Hex7646FA3548021005f3f
Octal166106372651100240013777
Binary111011010001101111101011010110010000101000000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7646FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7646FA; }

 p { color: rgb(118,70,250); }

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

<style>
 a { background-color: #7646FA; }

 a { background-color: rgb(118,70,250); }

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

<style>
 span { border-color: #7646FA; }

 span { border-color: rgb(118,70,250); }

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