Html Css Color HEX #784CFF Medium Slate Blue

📋 copy color: '#784CFF'

red 120 ◦ green 76 ◦ blue 255

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

Shades of Medium Slate Blue #784CFF

Tints of Medium Slate Blue #784CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

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

R = 26.61%
G = 16.85%
B = 56.54%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#784CFF (or 0x784CFF) is known color: Medium Slate Blue. HEX triplet: 78, 4C and FF. RGB value is (120,76,255). Sum of RGB (Red+Green+Blue) = 120+76+255=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #784CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784CFF is #87B300. Grayscale: #6C6C6C. Windows color (decimal): -8893185 or 16731256. OLE color: 16731256.

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

Color convert

RGB 120 76 255 -
CMYK 0.53 0.70 0 0
HSL 254.75º 1% 0.65% -
HSV(B) 254.75º 0.7% 1% -
XYZ 28.38 16.38 96.27 -
YUV 109.56 210.08 135.45 -
System Red Green Blue C M Y K H S L
Decimal 120 76 255 0.53 0.70 0 0 254.75 1 0.65
Hex 78 4C FF 35 46 0 0 FF 64 41
Octal 170 114 377 65 106 0 0 377 144 101
Binary 1111000 1001100 11111111 110101 1000110 0 0 11111111 1100100 1000001

Color Harmonies of #784CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784CFF

Black with #784CFF

Text Example


Text Example

White with #784CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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