Html Css Color HEX #794DD6 Slate Blue

📋 copy color: '#794DD6'

red 121 ◦ green 77 ◦ blue 214

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

Shades of Slate Blue #794DD6

Tints of Slate Blue #794DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.94%

R = 29.37%
G = 18.69%
B = 51.94%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#794DD6 (or 0x794DD6) is known color: Slate Blue. HEX triplet: 79, 4D and D6. RGB value is (121,77,214). Sum of RGB (Red+Green+Blue) = 121+77+214=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 214 (83.98% from 255 or 51.94% from 412); Max value from RGB is 214 - color contains mainly: blue. Hex color #794DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DD6 is #86B229. Grayscale: #696969. Windows color (decimal): -8827434 or 14044537. OLE color: 14044537.

HSL color Cylindrical-coordinate representation of color #794DD6: hue angle of 259.27º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794DD6 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 77 214 -
CMYK 0.43 0.64 0 0.16
HSL 259.27º 0.63% 0.57% -
HSV(B) 259.27º 0.64% 0.84% -
XYZ 22.68 14.23 65.17 -
YUV 105.77 189.08 138.86 -
System Red Green Blue C M Y K H S L
Decimal 121 77 214 0.43 0.64 0 0.16 259.27 0.63 0.57
Hex 79 4D D6 2B 40 0 10 103 3F 39
Octal 171 115 326 53 100 0 20 403 77 71
Binary 1111001 1001101 11010110 101011 1000000 0 10000 100000011 111111 111001

Color Harmonies of #794DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DD6

Black with #794DD6

Text Example


Text Example

White with #794DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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