Html Css Color HEX #794CFC Medium Slate Blue

📋 copy color: '#794CFC'

red 121 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #794CFC

Tints of Medium Slate Blue #794CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 26.95%
G = 16.93%
B = 56.12%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#794CFC (or 0x794CFC) is known color: Medium Slate Blue. HEX triplet: 79, 4C and FC. RGB value is (121,76,252). Sum of RGB (Red+Green+Blue) = 121+76+252=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #794CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794CFC is #86B303. Grayscale: #6C6C6C. Windows color (decimal): -8827652 or 16534649. OLE color: 16534649.

HSL color Cylindrical-coordinate representation of color #794CFC: hue angle of 255.34º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #794CFC is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 76 252 -
CMYK 0.52 0.70 0 0.01
HSL 255.34º 0.97% 0.64% -
HSV(B) 255.34º 0.7% 0.99% -
XYZ 28.04 16.26 93.76 -
YUV 109.52 208.41 136.19 -
System Red Green Blue C M Y K H S L
Decimal 121 76 252 0.52 0.70 0 0.01 255.34 0.97 0.64
Hex 79 4C FC 34 46 0 1 FF 61 40
Octal 171 114 374 64 106 0 1 377 141 100
Binary 1111001 1001100 11111100 110100 1000110 0 1 11111111 1100001 1000000

Color Harmonies of #794CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CFC

Black with #794CFC

Text Example


Text Example

White with #794CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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