#764BF1

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

Shades of Medium Slate Blue #764BF1

Tints of Medium Slate Blue #764BF1

Color information

#764BF1 (or 0x764BF1) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 4B and F1. RGB value is (118,75,241). Sum of RGB (Red+Green+Blue) = 118+75+241=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #764BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764BF1 is #89B40E. Grayscale: #6A6A6A. Windows color (decimal): -9024527 or 15813494. OLE color: 15813494.

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

Color convert

RGB11875241-
CMYK0.510.6900.05
HSL255.54º85.57%61.96%-
HSV(B)255.54º68.88%94.51%-
XYZ25.8615.2384.8-
YUV106.78203.75136-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 241 (94.53% from 255) = 55.53%
R=27.19%
G=17.28%
B=55.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal118752410.510.6900.05255.5485.5761.96
Hex764BF1334505100563e
Octal166113361631050540012676
Binary1110110100101111110001110011100010101011000000001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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