Html Css Color HEX #794DD1 Slate Blue

📋 copy color: '#794DD1'

red 121 ◦ green 77 ◦ blue 209

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

Shades of Slate Blue #794DD1

Tints of Slate Blue #794DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.35%

R = 29.73%
G = 18.92%
B = 51.35%

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

#794DD1 (or 0x794DD1) is known color: Slate Blue. HEX triplet: 79, 4D and D1. RGB value is (121,77,209). Sum of RGB (Red+Green+Blue) = 121+77+209=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #794DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DD1 is #86B22E. Grayscale: #686868. Windows color (decimal): -8827439 or 13716857. OLE color: 13716857.

HSL color Cylindrical-coordinate representation of color #794DD1: hue angle of 260º 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 #794DD1 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 77 209 -
CMYK 0.42 0.63 0 0.18
HSL 260º 0.59% 0.56% -
HSV(B) 260º 0.63% 0.82% -
XYZ 22.05 13.98 61.86 -
YUV 105.2 186.58 139.27 -
System Red Green Blue C M Y K H S L
Decimal 121 77 209 0.42 0.63 0 0.18 260 0.59 0.56
Hex 79 4D D1 2A 3F 0 12 104 3B 38
Octal 171 115 321 52 77 0 22 404 73 70
Binary 1111001 1001101 11010001 101010 111111 0 10010 100000100 111011 111000

Color Harmonies of #794DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DD1

Black with #794DD1

Text Example


Text Example

White with #794DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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