Html Css Color HEX #794BFE Medium Slate Blue

📋 copy color: '#794BFE'

red 121 ◦ green 75 ◦ blue 254

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

Shades of Medium Slate Blue #794BFE

Tints of Medium Slate Blue #794BFE

RGB

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

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

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

R = 26.89%
G = 16.67%
B = 56.44%

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

#794BFE (or 0x794BFE) is known color: Medium Slate Blue. HEX triplet: 79, 4B and FE. RGB value is (121,75,254). Sum of RGB (Red+Green+Blue) = 121+75+254=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #794BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794BFE is #86B401. Grayscale: #6C6C6C. Windows color (decimal): -8827906 or 16665465. OLE color: 16665465.

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

Color convert

RGB 121 75 254 -
CMYK 0.52 0.70 0 0.00
HSL 255.42º 0.99% 0.65% -
HSV(B) 255.42º 0.7% 1% -
XYZ 28.29 16.25 95.41 -
YUV 109.16 209.74 136.45 -
System Red Green Blue C M Y K H S L
Decimal 121 75 254 0.52 0.70 0 0.00 255.42 0.99 0.65
Hex 79 4B FE 34 46 0 0 FF 63 41
Octal 171 113 376 64 106 0 0 377 143 101
Binary 1111001 1001011 11111110 110100 1000110 0 0 11111111 1100011 1000001

Color Harmonies of #794BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BFE

Black with #794BFE

Text Example


Text Example

White with #794BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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