Html Css Color HEX #794EFD Medium Slate Blue

📋 copy color: '#794EFD'

red 121 ◦ green 78 ◦ blue 253

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

Shades of Medium Slate Blue #794EFD

Tints of Medium Slate Blue #794EFD

RGB

 RED value IS 121 (47.66% from 255) = 26.77%

 GREEN value IS 78 (30.86% from 255) = 17.26%

 BLUE value IS 253 (99.22% from 255) = 55.97%

R = 26.77%
G = 17.26%
B = 55.97%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#794EFD (or 0x794EFD) is known color: Medium Slate Blue. HEX triplet: 79, 4E and FD. RGB value is (121,78,253). Sum of RGB (Red+Green+Blue) = 121+78+253=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #794EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794EFD is #86B102. Grayscale: #6E6E6E. Windows color (decimal): -8827139 or 16600697. OLE color: 16600697.

HSL color Cylindrical-coordinate representation of color #794EFD: hue angle of 254.74º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794EFD is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 78 253 -
CMYK 0.52 0.69 0 0.01
HSL 254.74º 0.98% 0.65% -
HSV(B) 254.74º 0.69% 0.99% -
XYZ 28.34 16.61 94.64 -
YUV 110.81 208.25 135.27 -
System Red Green Blue C M Y K H S L
Decimal 121 78 253 0.52 0.69 0 0.01 254.74 0.98 0.65
Hex 79 4E FD 34 45 0 1 FF 62 41
Octal 171 116 375 64 105 0 1 377 142 101
Binary 1111001 1001110 11111101 110100 1000101 0 1 11111111 1100010 1000001

Color Harmonies of #794EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EFD

Black with #794EFD

Text Example


Text Example

White with #794EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794EFD; }

 p { color: rgb(121,78,253); }

 H1.HeaderClassName
 {
   color: #794EFD;
 }
 .AnyTagClassName
 {
   color: #794EFD;
 }
</style>

background-color css

<style>
 a { background-color: #794EFD; }

 a { background-color: rgb(121,78,253); }

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

border-color css

<style>
 span { border-color: #794EFD; }

 span { border-color: rgb(121,78,253); }

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