Html Css Color HEX #784AFF Medium Slate Blue

📋 copy color: '#784AFF'

red 120 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #784AFF

Tints of Medium Slate Blue #784AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.79%

R = 26.73%
G = 16.48%
B = 56.79%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#784AFF (or 0x784AFF) is known color: Medium Slate Blue. HEX triplet: 78, 4A and FF. RGB value is (120,74,255). Sum of RGB (Red+Green+Blue) = 120+74+255=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #784AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784AFF is #87B500. Grayscale: #6B6B6B. Windows color (decimal): -8893697 or 16730744. OLE color: 16730744.

HSL color Cylindrical-coordinate representation of color #784AFF: hue angle of 255.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #784AFF is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 74 255 -
CMYK 0.53 0.71 0 0
HSL 255.25º 1% 0.65% -
HSV(B) 255.25º 0.71% 1% -
XYZ 28.24 16.11 96.23 -
YUV 108.39 210.74 136.28 -
System Red Green Blue C M Y K H S L
Decimal 120 74 255 0.53 0.71 0 0 255.25 1 0.65
Hex 78 4A FF 35 47 0 0 FF 64 41
Octal 170 112 377 65 107 0 0 377 144 101
Binary 1111000 1001010 11111111 110101 1000111 0 0 11111111 1100100 1000001

Color Harmonies of #784AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AFF

Black with #784AFF

Text Example


Text Example

White with #784AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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