Html Css Color HEX #794EDE Slate Blue

📋 copy color: '#794EDE'

red 121 ◦ green 78 ◦ blue 222

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

Shades of Slate Blue #794EDE

Tints of Slate Blue #794EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 28.74%
G = 18.53%
B = 52.73%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#794EDE (or 0x794EDE) is known color: Slate Blue. HEX triplet: 79, 4E and DE. RGB value is (121,78,222). Sum of RGB (Red+Green+Blue) = 121+78+222=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #794EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EDE is #86B121. Grayscale: #6A6A6A. Windows color (decimal): -8827170 or 14569081. OLE color: 14569081.

HSL color Cylindrical-coordinate representation of color #794EDE: hue angle of 257.92º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #794EDE is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 78 222 -
CMYK 0.45 0.65 0 0.13
HSL 257.92º 0.69% 0.59% -
HSV(B) 257.92º 0.65% 0.87% -
XYZ 23.79 14.79 70.71 -
YUV 107.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 121 78 222 0.45 0.65 0 0.13 257.92 0.69 0.59
Hex 79 4E DE 2D 41 0 D 102 45 3B
Octal 171 116 336 55 101 0 15 402 105 73
Binary 1111001 1001110 11011110 101101 1000001 0 1101 100000010 1000101 111011

Color Harmonies of #794EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EDE

Black with #794EDE

Text Example


Text Example

White with #794EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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