Html Css Color HEX #764EED Medium Slate Blue

📋 copy color: '#764EED'

red 118 ◦ green 78 ◦ blue 237

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

Shades of Medium Slate Blue #764EED

Tints of Medium Slate Blue #764EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 27.25%
G = 18.01%
B = 54.73%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#764EED (or 0x764EED) is known color: Medium Slate Blue. HEX triplet: 76, 4E and ED. RGB value is (118,78,237). Sum of RGB (Red+Green+Blue) = 118+78+237=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #764EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EED is #89B112. Grayscale: #6B6B6B. Windows color (decimal): -9023763 or 15552118. OLE color: 15552118.

HSL color Cylindrical-coordinate representation of color #764EED: hue angle of 255.09º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764EED is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 78 237 -
CMYK 0.50 0.67 0 0.07
HSL 255.09º 0.82% 0.62% -
HSV(B) 255.09º 0.67% 0.93% -
XYZ 25.48 15.41 81.75 -
YUV 108.09 200.75 135.07 -
System Red Green Blue C M Y K H S L
Decimal 118 78 237 0.50 0.67 0 0.07 255.09 0.82 0.62
Hex 76 4E ED 32 43 0 7 FF 52 3E
Octal 166 116 355 62 103 0 7 377 122 76
Binary 1110110 1001110 11101101 110010 1000011 0 111 11111111 1010010 111110

Color Harmonies of #764EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EED

Black with #764EED

Text Example


Text Example

White with #764EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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