#764ff3

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

Shades of Medium Slate Blue #764FF3

Tints of Medium Slate Blue #764FF3

Color information

#764FF3 (or 0x764FF3) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 4F and F3. RGB value is (118,79,243). Sum of RGB (Red+Green+Blue) = 118+79+243=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #764FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FF3 is #89B00C. Grayscale: #6C6C6C. Windows color (decimal): -9023501 or 15945590. OLE color: 15945590.

HSL color Cylindrical-coordinate representation of color #764FF3: hue angle of 254.27º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764FF3 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11879243-
CMYK0.510.6700.05
HSL254.27º87.23%63.14%-
HSV(B)254.27º67.49%95.29%-
XYZ26.4415.9186.47-
YUV109.36203.42134.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.82%
GREEN value IS 79 (31.25% from 255) = 17.95%
BLUE value IS 243 (95.31% from 255) = 55.23%
R=26.82%
G=17.95%
B=55.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal118792430.510.6700.05254.2787.2363.14
Hex764FF3334305fe573f
Octal166117363631030537612777
Binary111011010011111111001111001110000110101111111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764ff3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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