Html Css Color HEX #784FF1 Medium Slate Blue

📋 copy color: '#784FF1'

red 120 ◦ green 79 ◦ blue 241

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

Shades of Medium Slate Blue #784FF1

Tints of Medium Slate Blue #784FF1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.95%

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

R = 27.27%
G = 17.95%
B = 54.77%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#784FF1 (or 0x784FF1) is known color: Medium Slate Blue. HEX triplet: 78, 4F and F1. RGB value is (120,79,241). Sum of RGB (Red+Green+Blue) = 120+79+241=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #784FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #784FF1 is #87B00E. Grayscale: #6D6D6D. Windows color (decimal): -8892431 or 15814520. OLE color: 15814520.

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

Color convert

RGB 120 79 241 -
CMYK 0.50 0.67 0 0.05
HSL 255.19º 0.85% 0.63% -
HSV(B) 255.19º 0.67% 0.95% -
XYZ 26.42 15.94 84.9 -
YUV 109.73 202.08 135.33 -
System Red Green Blue C M Y K H S L
Decimal 120 79 241 0.50 0.67 0 0.05 255.19 0.85 0.63
Hex 78 4F F1 32 43 0 5 FF 55 3F
Octal 170 117 361 62 103 0 5 377 125 77
Binary 1111000 1001111 11110001 110010 1000011 0 101 11111111 1010101 111111

Color Harmonies of #784FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784FF1

Black with #784FF1

Text Example


Text Example

White with #784FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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