Html Css Color HEX #764DFB Medium Slate Blue

📋 copy color: '#764DFB'

red 118 ◦ green 77 ◦ blue 251

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

Shades of Medium Slate Blue #764DFB

Tints of Medium Slate Blue #764DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 26.46%
G = 17.26%
B = 56.28%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#764DFB (or 0x764DFB) is known color: Medium Slate Blue. HEX triplet: 76, 4D and FB. RGB value is (118,77,251). Sum of RGB (Red+Green+Blue) = 118+77+251=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #764DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764DFB is #89B204. Grayscale: #6C6C6C. Windows color (decimal): -9024005 or 16469366. OLE color: 16469366.

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

Color convert

RGB 118 77 251 -
CMYK 0.53 0.69 0 0.02
HSL 254.14º 0.96% 0.64% -
HSV(B) 254.14º 0.69% 0.98% -
XYZ 27.54 16.12 92.93 -
YUV 109.1 208.08 134.35 -
System Red Green Blue C M Y K H S L
Decimal 118 77 251 0.53 0.69 0 0.02 254.14 0.96 0.64
Hex 76 4D FB 35 45 0 2 FE 60 40
Octal 166 115 373 65 105 0 2 376 140 100
Binary 1110110 1001101 11111011 110101 1000101 0 10 11111110 1100000 1000000

Color Harmonies of #764DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DFB

Black with #764DFB

Text Example


Text Example

White with #764DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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