#7645FA

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

Shades of Medium Slate Blue #7645FA

Tints of Medium Slate Blue #7645FA

Color information

#7645FA (or 0x7645FA) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 45 and FA. RGB value is (118,69,250). Sum of RGB (Red+Green+Blue) = 118+69+250=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #7645FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7645FA is #89BA05. Grayscale: #676767. Windows color (decimal): -9026054 or 16401782. OLE color: 16401782.

HSL color Cylindrical-coordinate representation of color #7645FA: hue angle of 256.24º 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 #7645FA is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11869250-
CMYK0.530.7200.02
HSL256.24º94.76%62.55%-
HSV(B)256.24º72.4%98.04%-
XYZ26.8515.0191.92-
YUV104.28210.23137.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 69 (27.34% from 255) = 15.79%
BLUE value IS 250 (98.05% from 255) = 57.21%
R=27.00%
G=15.79%
B=57.21%

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
Decimal118692500.530.7200.02256.2494.7662.55
Hex7645FA3548021005f3f
Octal166105372651100240013777
Binary111011010001011111101011010110010000101000000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7645FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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