#764AF3

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

Shades of Medium Slate Blue #764AF3

Tints of Medium Slate Blue #764AF3

Color information

#764AF3 (or 0x764AF3) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 4A and F3. RGB value is (118,74,243). Sum of RGB (Red+Green+Blue) = 118+74+243=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #764AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AF3 is #89B50C. Grayscale: #696969. Windows color (decimal): -9024781 or 15944310. OLE color: 15944310.

HSL color Cylindrical-coordinate representation of color #764AF3: hue angle of 255.62º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764AF3 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11874243-
CMYK0.510.7000.05
HSL255.62º87.56%62.16%-
HSV(B)255.62º69.55%95.29%-
XYZ26.115.2286.36-
YUV106.42205.08136.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 74 (29.30% from 255) = 17.01%
BLUE value IS 243 (95.31% from 255) = 55.86%
R=27.13%
G=17.01%
B=55.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal118742430.510.7000.05255.6287.5662.16
Hex764AF3334605100583e
Octal166112363631060540013076
Binary1110110100101011110011110011100011001011000000001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764AF3; }

 p { color: rgb(118,74,243); }

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

<style>
 a { background-color: #764AF3; }

 a { background-color: rgb(118,74,243); }

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

<style>
 span { border-color: #764AF3; }

 span { border-color: rgb(118,74,243); }

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