Html Css Color HEX #794CEA Medium Slate Blue

📋 copy color: '#794CEA'

red 121 ◦ green 76 ◦ blue 234

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

Shades of Medium Slate Blue #794CEA

Tints of Medium Slate Blue #794CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 28.07%
G = 17.63%
B = 54.29%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#794CEA (or 0x794CEA) is known color: Medium Slate Blue. HEX triplet: 79, 4C and EA. RGB value is (121,76,234). Sum of RGB (Red+Green+Blue) = 121+76+234=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #794CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794CEA is #86B315. Grayscale: #6A6A6A. Windows color (decimal): -8827670 or 15355001. OLE color: 15355001.

HSL color Cylindrical-coordinate representation of color #794CEA: hue angle of 257.09º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #794CEA is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 76 234 -
CMYK 0.48 0.68 0 0.08
HSL 257.09º 0.79% 0.61% -
HSV(B) 257.09º 0.68% 0.92% -
XYZ 25.32 15.17 79.44 -
YUV 107.47 199.41 137.65 -
System Red Green Blue C M Y K H S L
Decimal 121 76 234 0.48 0.68 0 0.08 257.09 0.79 0.61
Hex 79 4C EA 30 44 0 8 101 4F 3D
Octal 171 114 352 60 104 0 10 401 117 75
Binary 1111001 1001100 11101010 110000 1000100 0 1000 100000001 1001111 111101

Color Harmonies of #794CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CEA

Black with #794CEA

Text Example


Text Example

White with #794CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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