Html Css Color HEX #794DD8 Slate Blue

📋 copy color: '#794DD8'

red 121 ◦ green 77 ◦ blue 216

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

Shades of Slate Blue #794DD8

Tints of Slate Blue #794DD8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.6%

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

R = 29.23%
G = 18.6%
B = 52.17%

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

#794DD8 (or 0x794DD8) is known color: Slate Blue. HEX triplet: 79, 4D and D8. RGB value is (121,77,216). Sum of RGB (Red+Green+Blue) = 121+77+216=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #794DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DD8 is #86B227. Grayscale: #696969. Windows color (decimal): -8827432 or 14175609. OLE color: 14175609.

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

Color convert

RGB 121 77 216 -
CMYK 0.44 0.64 0 0.15
HSL 258.99º 0.64% 0.57% -
HSV(B) 258.99º 0.64% 0.85% -
XYZ 22.93 14.33 66.52 -
YUV 106 190.08 138.7 -
System Red Green Blue C M Y K H S L
Decimal 121 77 216 0.44 0.64 0 0.15 258.99 0.64 0.57
Hex 79 4D D8 2C 40 0 F 103 40 39
Octal 171 115 330 54 100 0 17 403 100 71
Binary 1111001 1001101 11011000 101100 1000000 0 1111 100000011 1000000 111001

Color Harmonies of #794DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DD8

Black with #794DD8

Text Example


Text Example

White with #794DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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