Html Css Color HEX #794CFE Medium Slate Blue

📋 copy color: '#794CFE'

red 121 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #794CFE

Tints of Medium Slate Blue #794CFE

RGB

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

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

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

R = 26.83%
G = 16.85%
B = 56.32%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#794CFE (or 0x794CFE) is known color: Medium Slate Blue. HEX triplet: 79, 4C and FE. RGB value is (121,76,254). Sum of RGB (Red+Green+Blue) = 121+76+254=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #794CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794CFE is #86B301. Grayscale: #6D6D6D. Windows color (decimal): -8827650 or 16665721. OLE color: 16665721.

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

Color convert

RGB 121 76 254 -
CMYK 0.52 0.70 0 0.00
HSL 255.17º 0.99% 0.65% -
HSV(B) 255.17º 0.7% 1% -
XYZ 28.36 16.39 95.43 -
YUV 109.75 209.41 136.03 -
System Red Green Blue C M Y K H S L
Decimal 121 76 254 0.52 0.70 0 0.00 255.17 0.99 0.65
Hex 79 4C FE 34 46 0 0 FF 63 41
Octal 171 114 376 64 106 0 0 377 143 101
Binary 1111001 1001100 11111110 110100 1000110 0 0 11111111 1100011 1000001

Color Harmonies of #794CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CFE

Black with #794CFE

Text Example


Text Example

White with #794CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,76,254); }

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

background-color css

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

 a { background-color: rgb(121,76,254); }

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

border-color css

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

 span { border-color: rgb(121,76,254); }

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