Html Css Color HEX #764EFD Medium Slate Blue

📋 copy color: '#764EFD'

red 118 ◦ green 78 ◦ blue 253

#764EFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #764EFD

Tints of Medium Slate Blue #764EFD

RGB

 RED value IS 118 (46.48% from 255) = 26.28%

 GREEN value IS 78 (30.86% from 255) = 17.37%

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 26.28%
G = 17.37%
B = 56.35%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#764EFD (or 0x764EFD) is known color: Medium Slate Blue. HEX triplet: 76, 4E and FD. RGB value is (118,78,253). Sum of RGB (Red+Green+Blue) = 118+78+253=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #764EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EFD is #89B102. Grayscale: #6D6D6D. Windows color (decimal): -9023747 or 16600694. OLE color: 16600694.

HSL color Cylindrical-coordinate representation of color #764EFD: hue angle of 253.71º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764EFD is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 78 253 -
CMYK 0.53 0.69 0 0.01
HSL 253.71º 0.98% 0.65% -
HSV(B) 253.71º 0.69% 0.99% -
XYZ 27.93 16.39 94.62 -
YUV 109.91 208.75 133.77 -
System Red Green Blue C M Y K H S L
Decimal 118 78 253 0.53 0.69 0 0.01 253.71 0.98 0.65
Hex 76 4E FD 35 45 0 1 FE 62 41
Octal 166 116 375 65 105 0 1 376 142 101
Binary 1110110 1001110 11111101 110101 1000101 0 1 11111110 1100010 1000001

Color Harmonies of #764EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EFD

Black with #764EFD

Text Example


Text Example

White with #764EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,78,253); }

 H1.HeaderClassName
 {
   color: #764EFD;
 }
 .AnyTagClassName
 {
   color: #764EFD;
 }
</style>

background-color css

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

 a { background-color: rgb(118,78,253); }

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

border-color css

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

 span { border-color: rgb(118,78,253); }

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