Html Css Color HEX #794AD0 Slate Blue

📋 copy color: '#794AD0'

red 121 ◦ green 74 ◦ blue 208

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

Shades of Slate Blue #794AD0

Tints of Slate Blue #794AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.36%

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 30.02%
G = 18.36%
B = 51.61%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#794AD0 (or 0x794AD0) is known color: Slate Blue. HEX triplet: 79, 4A and D0. RGB value is (121,74,208). Sum of RGB (Red+Green+Blue) = 121+74+208=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #794AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794AD0 is #86B52F. Grayscale: #666666. Windows color (decimal): -8828208 or 13650553. OLE color: 13650553.

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

Color convert

RGB 121 74 208 -
CMYK 0.42 0.64 0 0.18
HSL 261.04º 0.59% 0.55% -
HSV(B) 261.04º 0.64% 0.82% -
XYZ 21.72 13.52 61.14 -
YUV 103.33 187.07 140.6 -
System Red Green Blue C M Y K H S L
Decimal 121 74 208 0.42 0.64 0 0.18 261.04 0.59 0.55
Hex 79 4A D0 2A 40 0 12 105 3B 37
Octal 171 112 320 52 100 0 22 405 73 67
Binary 1111001 1001010 11010000 101010 1000000 0 10010 100000101 111011 110111

Color Harmonies of #794AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AD0

Black with #794AD0

Text Example


Text Example

White with #794AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,74,208); }

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

background-color css

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

 a { background-color: rgb(121,74,208); }

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

border-color css

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

 span { border-color: rgb(121,74,208); }

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