Html Css Color HEX #794ED8 Slate Blue

📋 copy color: '#794ED8'

red 121 ◦ green 78 ◦ blue 216

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

Shades of Slate Blue #794ED8

Tints of Slate Blue #794ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.05%

R = 29.16%
G = 18.8%
B = 52.05%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#794ED8 (or 0x794ED8) is known color: Slate Blue. HEX triplet: 79, 4E and D8. RGB value is (121,78,216). Sum of RGB (Red+Green+Blue) = 121+78+216=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #794ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794ED8 is #86B127. Grayscale: #6A6A6A. Windows color (decimal): -8827176 or 14175865. OLE color: 14175865.

HSL color Cylindrical-coordinate representation of color #794ED8: hue angle of 258.7º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794ED8 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 78 216 -
CMYK 0.44 0.64 0 0.15
HSL 258.7º 0.64% 0.58% -
HSV(B) 258.7º 0.64% 0.85% -
XYZ 23 14.47 66.55 -
YUV 106.59 189.75 138.28 -
System Red Green Blue C M Y K H S L
Decimal 121 78 216 0.44 0.64 0 0.15 258.7 0.64 0.58
Hex 79 4E D8 2C 40 0 F 103 40 3A
Octal 171 116 330 54 100 0 17 403 100 72
Binary 1111001 1001110 11011000 101100 1000000 0 1111 100000011 1000000 111010

Color Harmonies of #794ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ED8

Black with #794ED8

Text Example


Text Example

White with #794ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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