Html Css Color HEX #764DFF Medium Slate Blue

📋 copy color: '#764DFF'

red 118 ◦ green 77 ◦ blue 255

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

Shades of Medium Slate Blue #764DFF

Tints of Medium Slate Blue #764DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.11%

 BLUE value IS 255 (100% from 255) = 56.67%

R = 26.22%
G = 17.11%
B = 56.67%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#764DFF (or 0x764DFF) is known color: Medium Slate Blue. HEX triplet: 76, 4D and FF. RGB value is (118,77,255). Sum of RGB (Red+Green+Blue) = 118+77+255=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #764DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764DFF is #89B200. Grayscale: #6C6C6C. Windows color (decimal): -9024001 or 16731510. OLE color: 16731510.

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

Color convert

RGB 118 77 255 -
CMYK 0.54 0.70 0 0
HSL 253.82º 1% 0.65% -
HSV(B) 253.82º 0.7% 1% -
XYZ 28.18 16.38 96.28 -
YUV 109.55 210.08 134.03 -
System Red Green Blue C M Y K H S L
Decimal 118 77 255 0.54 0.70 0 0 253.82 1 0.65
Hex 76 4D FF 36 46 0 0 FE 64 41
Octal 166 115 377 66 106 0 0 376 144 101
Binary 1110110 1001101 11111111 110110 1000110 0 0 11111110 1100100 1000001

Color Harmonies of #764DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DFF

Black with #764DFF

Text Example


Text Example

White with #764DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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