Html Css Color HEX #794EC4 Slate Blue

📋 copy color: '#794EC4'

red 121 ◦ green 78 ◦ blue 196

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

Shades of Slate Blue #794EC4

Tints of Slate Blue #794EC4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.75%

 BLUE value IS 196 (76.95% from 255) = 49.62%

R = 30.63%
G = 19.75%
B = 49.62%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#794EC4 (or 0x794EC4) is known color: Slate Blue. HEX triplet: 79, 4E and C4. RGB value is (121,78,196). Sum of RGB (Red+Green+Blue) = 121+78+196=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #794EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EC4 is #86B13B. Grayscale: #676767. Windows color (decimal): -8827196 or 12865145. OLE color: 12865145.

HSL color Cylindrical-coordinate representation of color #794EC4: hue angle of 261.86º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794EC4 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 121 78 196 -
CMYK 0.38 0.60 0 0.23
HSL 261.86º 0.5% 0.54% -
HSV(B) 261.86º 0.6% 0.77% -
XYZ 20.57 13.5 53.75 -
YUV 104.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 121 78 196 0.38 0.60 0 0.23 261.86 0.5 0.54
Hex 79 4E C4 26 3C 0 17 106 32 36
Octal 171 116 304 46 74 0 27 406 62 66
Binary 1111001 1001110 11000100 100110 111100 0 10111 100000110 110010 110110

Color Harmonies of #794EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EC4

Black with #794EC4

Text Example


Text Example

White with #794EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,78,196); }

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

background-color css

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

 a { background-color: rgb(121,78,196); }

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

border-color css

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

 span { border-color: rgb(121,78,196); }

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