Html Css Color HEX #764EFB Medium Slate Blue

📋 copy color: '#764EFB'

red 118 ◦ green 78 ◦ blue 251

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

Shades of Medium Slate Blue #764EFB

Tints of Medium Slate Blue #764EFB

RGB

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

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

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

R = 26.4%
G = 17.45%
B = 56.15%

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

#764EFB (or 0x764EFB) is known color: Medium Slate Blue. HEX triplet: 76, 4E and FB. RGB value is (118,78,251). Sum of RGB (Red+Green+Blue) = 118+78+251=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #764EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EFB is #89B104. Grayscale: #6D6D6D. Windows color (decimal): -9023749 or 16469622. OLE color: 16469622.

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

Color convert

RGB 118 78 251 -
CMYK 0.53 0.69 0 0.02
HSL 253.87º 0.96% 0.65% -
HSV(B) 253.87º 0.69% 0.98% -
XYZ 27.61 16.27 92.95 -
YUV 109.68 207.75 133.93 -
System Red Green Blue C M Y K H S L
Decimal 118 78 251 0.53 0.69 0 0.02 253.87 0.96 0.65
Hex 76 4E FB 35 45 0 2 FE 60 41
Octal 166 116 373 65 105 0 2 376 140 101
Binary 1110110 1001110 11111011 110101 1000101 0 10 11111110 1100000 1000001

Color Harmonies of #764EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EFB

Black with #764EFB

Text Example


Text Example

White with #764EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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