Html Css Color HEX #784AF1 Medium Slate Blue

📋 copy color: '#784AF1'

red 120 ◦ green 74 ◦ blue 241

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

Shades of Medium Slate Blue #784AF1

Tints of Medium Slate Blue #784AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.4%

R = 27.59%
G = 17.01%
B = 55.4%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#784AF1 (or 0x784AF1) is known color: Medium Slate Blue. HEX triplet: 78, 4A and F1. RGB value is (120,74,241). Sum of RGB (Red+Green+Blue) = 120+74+241=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #784AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784AF1 is #87B50E. Grayscale: #6A6A6A. Windows color (decimal): -8893711 or 15813240. OLE color: 15813240.

HSL color Cylindrical-coordinate representation of color #784AF1: hue angle of 256.53º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #784AF1 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 74 241 -
CMYK 0.50 0.69 0 0.05
HSL 256.53º 0.86% 0.62% -
HSV(B) 256.53º 0.69% 0.95% -
XYZ 26.07 15.24 84.79 -
YUV 106.79 203.74 137.42 -
System Red Green Blue C M Y K H S L
Decimal 120 74 241 0.50 0.69 0 0.05 256.53 0.86 0.62
Hex 78 4A F1 32 45 0 5 101 56 3E
Octal 170 112 361 62 105 0 5 401 126 76
Binary 1111000 1001010 11110001 110010 1000101 0 101 100000001 1010110 111110

Color Harmonies of #784AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AF1

Black with #784AF1

Text Example


Text Example

White with #784AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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