Html Css Color HEX #794EDC Slate Blue

📋 copy color: '#794EDC'

red 121 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #794EDC

Tints of Slate Blue #794EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 28.88%
G = 18.62%
B = 52.51%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#794EDC (or 0x794EDC) is known color: Slate Blue. HEX triplet: 79, 4E and DC. RGB value is (121,78,220). Sum of RGB (Red+Green+Blue) = 121+78+220=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #794EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EDC is #86B123. Grayscale: #6A6A6A. Windows color (decimal): -8827172 or 14438009. OLE color: 14438009.

HSL color Cylindrical-coordinate representation of color #794EDC: hue angle of 258.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #794EDC is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 78 220 -
CMYK 0.45 0.65 0 0.14
HSL 258.17º 0.67% 0.58% -
HSV(B) 258.17º 0.65% 0.86% -
XYZ 23.53 14.68 69.3 -
YUV 107.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 121 78 220 0.45 0.65 0 0.14 258.17 0.67 0.58
Hex 79 4E DC 2D 41 0 E 102 43 3A
Octal 171 116 334 55 101 0 16 402 103 72
Binary 1111001 1001110 11011100 101101 1000001 0 1110 100000010 1000011 111010

Color Harmonies of #794EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EDC

Black with #794EDC

Text Example


Text Example

White with #794EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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