Html Css Color HEX #764AED Medium Slate Blue

📋 copy color: '#764AED'

red 118 ◦ green 74 ◦ blue 237

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

Shades of Medium Slate Blue #764AED

Tints of Medium Slate Blue #764AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

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

R = 27.51%
G = 17.25%
B = 55.24%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#764AED (or 0x764AED) is known color: Medium Slate Blue. HEX triplet: 76, 4A and ED. RGB value is (118,74,237). Sum of RGB (Red+Green+Blue) = 118+74+237=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #764AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #764AED is #89B512. Grayscale: #696969. Windows color (decimal): -9024787 or 15551094. OLE color: 15551094.

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

Color convert

RGB 118 74 237 -
CMYK 0.50 0.69 0 0.07
HSL 256.2º 0.82% 0.61% -
HSV(B) 256.2º 0.69% 0.93% -
XYZ 25.21 14.86 81.66 -
YUV 105.74 202.08 136.75 -
System Red Green Blue C M Y K H S L
Decimal 118 74 237 0.50 0.69 0 0.07 256.2 0.82 0.61
Hex 76 4A ED 32 45 0 7 100 52 3D
Octal 166 112 355 62 105 0 7 400 122 75
Binary 1110110 1001010 11101101 110010 1000101 0 111 100000000 1010010 111101

Color Harmonies of #764AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AED

Black with #764AED

Text Example


Text Example

White with #764AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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