Html Css Color HEX #784AEA Medium Slate Blue

📋 copy color: '#784AEA'

red 120 ◦ green 74 ◦ blue 234

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

Shades of Medium Slate Blue #784AEA

Tints of Medium Slate Blue #784AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 28.04%
G = 17.29%
B = 54.67%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#784AEA (or 0x784AEA) is known color: Medium Slate Blue. HEX triplet: 78, 4A and EA. RGB value is (120,74,234). Sum of RGB (Red+Green+Blue) = 120+74+234=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #784AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784AEA is #87B515. Grayscale: #696969. Windows color (decimal): -8893718 or 15354488. OLE color: 15354488.

HSL color Cylindrical-coordinate representation of color #784AEA: hue angle of 257.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #784AEA is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 74 234 -
CMYK 0.49 0.68 0 0.08
HSL 257.25º 0.79% 0.6% -
HSV(B) 257.25º 0.68% 0.92% -
XYZ 25.05 14.83 79.38 -
YUV 105.99 200.24 137.99 -
System Red Green Blue C M Y K H S L
Decimal 120 74 234 0.49 0.68 0 0.08 257.25 0.79 0.6
Hex 78 4A EA 31 44 0 8 101 4F 3C
Octal 170 112 352 61 104 0 10 401 117 74
Binary 1111000 1001010 11101010 110001 1000100 0 1000 100000001 1001111 111100

Color Harmonies of #784AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AEA

Black with #784AEA

Text Example


Text Example

White with #784AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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