#764bff

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

Shades of Medium Slate Blue #764BFF

Tints of Medium Slate Blue #764BFF

Color information

#764BFF (or 0x764BFF) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 4B and FF. RGB value is (118,75,255). Sum of RGB (Red+Green+Blue) = 118+75+255=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #764BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BFF is #89B400. Grayscale: #6B6B6B. Windows color (decimal): -9024513 or 16730998. OLE color: 16730998.

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

Color convert

RGB11875255-
CMYK0.540.7100
HSL254.33º100%64.71%-
HSV(B)254.33º70.59%100%-
XYZ28.0416.196.24-
YUV108.38210.75134.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 255 (100% from 255) = 56.92%
R=26.34%
G=16.74%
B=56.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal118752550.540.7100254.3310064.71
Hex764BFF364700fe6441
Octal1661133776610700376144101
Binary11101101001011111111111101101000111001111111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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