Html Css Color HEX #784AED Medium Slate Blue

📋 copy color: '#784AED'

red 120 ◦ green 74 ◦ blue 237

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

Shades of Medium Slate Blue #784AED

Tints of Medium Slate Blue #784AED

RGB

 RED value IS 120 (47.27% from 255) = 27.84%

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

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

R = 27.84%
G = 17.17%
B = 54.99%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#784AED (or 0x784AED) is known color: Medium Slate Blue. HEX triplet: 78, 4A and ED. RGB value is (120,74,237). Sum of RGB (Red+Green+Blue) = 120+74+237=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #784AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784AED is #87B512. Grayscale: #696969. Windows color (decimal): -8893715 or 15551096. OLE color: 15551096.

HSL color Cylindrical-coordinate representation of color #784AED: hue angle of 256.93º 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 #784AED is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 74 237 -
CMYK 0.49 0.69 0 0.07
HSL 256.93º 0.82% 0.61% -
HSV(B) 256.93º 0.69% 0.93% -
XYZ 25.48 15.01 81.67 -
YUV 106.34 201.74 137.75 -
System Red Green Blue C M Y K H S L
Decimal 120 74 237 0.49 0.69 0 0.07 256.93 0.82 0.61
Hex 78 4A ED 31 45 0 7 101 52 3D
Octal 170 112 355 61 105 0 7 401 122 75
Binary 1111000 1001010 11101101 110001 1000101 0 111 100000001 1010010 111101

Color Harmonies of #784AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AED

Black with #784AED

Text Example


Text Example

White with #784AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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