Html Css Color HEX #794ED2 Slate Blue

📋 copy color: '#794ED2'

red 121 ◦ green 78 ◦ blue 210

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

Shades of Slate Blue #794ED2

Tints of Slate Blue #794ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 51.34%

R = 29.58%
G = 19.07%
B = 51.34%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#794ED2 (or 0x794ED2) is known color: Slate Blue. HEX triplet: 79, 4E and D2. RGB value is (121,78,210). Sum of RGB (Red+Green+Blue) = 121+78+210=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 210 (82.42% from 255 or 51.34% from 409); Max value from RGB is 210 - color contains mainly: blue. Hex color #794ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794ED2 is #86B12D. Grayscale: #696969. Windows color (decimal): -8827182 or 13782649. OLE color: 13782649.

HSL color Cylindrical-coordinate representation of color #794ED2: hue angle of 259.55º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #794ED2 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 78 210 -
CMYK 0.42 0.63 0 0.18
HSL 259.55º 0.59% 0.56% -
HSV(B) 259.55º 0.63% 0.82% -
XYZ 22.24 14.17 62.53 -
YUV 105.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 121 78 210 0.42 0.63 0 0.18 259.55 0.59 0.56
Hex 79 4E D2 2A 3F 0 12 104 3B 38
Octal 171 116 322 52 77 0 22 404 73 70
Binary 1111001 1001110 11010010 101010 111111 0 10010 100000100 111011 111000

Color Harmonies of #794ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ED2

Black with #794ED2

Text Example


Text Example

White with #794ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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