#7645FF

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

Shades of Medium Slate Blue #7645FF

Tints of Medium Slate Blue #7645FF

Color information

#7645FF (or 0x7645FF) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 45 and FF. RGB value is (118,69,255). Sum of RGB (Red+Green+Blue) = 118+69+255=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #7645FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7645FF is #89BA00. Grayscale: #686868. Windows color (decimal): -9026049 or 16729462. OLE color: 16729462.

HSL color Cylindrical-coordinate representation of color #7645FF: hue angle of 255.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7645FF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11869255-
CMYK0.540.7300
HSL255.81º100%63.53%-
HSV(B)255.81º72.94%100%-
XYZ27.6515.3396.11-
YUV104.85212.73137.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 69 (27.34% from 255) = 15.61%
BLUE value IS 255 (100% from 255) = 57.69%
R=26.70%
G=15.61%
B=57.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal118692550.540.7300255.8110063.53
Hex7645FF3649001006440
Octal1661053776611100400144100
Binary111011010001011111111111011010010010010000000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7645FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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