Html Css Color HEX #784BFE Medium Slate Blue

📋 copy color: '#784BFE'

red 120 ◦ green 75 ◦ blue 254

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

Shades of Medium Slate Blue #784BFE

Tints of Medium Slate Blue #784BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.7%

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 26.73%
G = 16.7%
B = 56.57%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#784BFE (or 0x784BFE) is known color: Medium Slate Blue. HEX triplet: 78, 4B and FE. RGB value is (120,75,254). Sum of RGB (Red+Green+Blue) = 120+75+254=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #784BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784BFE is #87B401. Grayscale: #6C6C6C. Windows color (decimal): -8893442 or 16665464. OLE color: 16665464.

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

Color convert

RGB 120 75 254 -
CMYK 0.53 0.70 0 0.00
HSL 255.08º 0.99% 0.65% -
HSV(B) 255.08º 0.7% 1% -
XYZ 28.15 16.18 95.41 -
YUV 108.86 209.91 135.95 -
System Red Green Blue C M Y K H S L
Decimal 120 75 254 0.53 0.70 0 0.00 255.08 0.99 0.65
Hex 78 4B FE 35 46 0 0 FF 63 41
Octal 170 113 376 65 106 0 0 377 143 101
Binary 1111000 1001011 11111110 110101 1000110 0 0 11111111 1100011 1000001

Color Harmonies of #784BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784BFE

Black with #784BFE

Text Example


Text Example

White with #784BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,75,254); }

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

background-color css

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

 a { background-color: rgb(120,75,254); }

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

border-color css

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

 span { border-color: rgb(120,75,254); }

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