Html Css Color HEX #794FFD Medium Slate Blue

📋 copy color: '#794FFD'

red 121 ◦ green 79 ◦ blue 253

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

Shades of Medium Slate Blue #794FFD

Tints of Medium Slate Blue #794FFD

RGB

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

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

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

R = 26.71%
G = 17.44%
B = 55.85%

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

#794FFD (or 0x794FFD) is known color: Medium Slate Blue. HEX triplet: 79, 4F and FD. RGB value is (121,79,253). Sum of RGB (Red+Green+Blue) = 121+79+253=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #794FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794FFD is #86B002. Grayscale: #6E6E6E. Windows color (decimal): -8826883 or 16600953. OLE color: 16600953.

HSL color Cylindrical-coordinate representation of color #794FFD: hue angle of 254.48º 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 #794FFD is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 79 253 -
CMYK 0.52 0.69 0 0.01
HSL 254.48º 0.98% 0.65% -
HSV(B) 254.48º 0.69% 0.99% -
XYZ 28.41 16.75 94.66 -
YUV 111.39 207.91 134.85 -
System Red Green Blue C M Y K H S L
Decimal 121 79 253 0.52 0.69 0 0.01 254.48 0.98 0.65
Hex 79 4F FD 34 45 0 1 FE 62 41
Octal 171 117 375 64 105 0 1 376 142 101
Binary 1111001 1001111 11111101 110100 1000101 0 1 11111110 1100010 1000001

Color Harmonies of #794FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FFD

Black with #794FFD

Text Example


Text Example

White with #794FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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