Html Css Color HEX #794DDC Slate Blue

📋 copy color: '#794DDC'

red 121 ◦ green 77 ◦ blue 220

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

Shades of Slate Blue #794DDC

Tints of Slate Blue #794DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 28.95%
G = 18.42%
B = 52.63%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#794DDC (or 0x794DDC) is known color: Slate Blue. HEX triplet: 79, 4D and DC. RGB value is (121,77,220). Sum of RGB (Red+Green+Blue) = 121+77+220=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #794DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DDC is #86B223. Grayscale: #696969. Windows color (decimal): -8827428 or 14437753. OLE color: 14437753.

HSL color Cylindrical-coordinate representation of color #794DDC: hue angle of 258.46º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #794DDC is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 77 220 -
CMYK 0.45 0.65 0 0.14
HSL 258.46º 0.67% 0.58% -
HSV(B) 258.46º 0.65% 0.86% -
XYZ 23.46 14.54 69.28 -
YUV 106.46 192.08 138.37 -
System Red Green Blue C M Y K H S L
Decimal 121 77 220 0.45 0.65 0 0.14 258.46 0.67 0.58
Hex 79 4D DC 2D 41 0 E 102 43 3A
Octal 171 115 334 55 101 0 16 402 103 72
Binary 1111001 1001101 11011100 101101 1000001 0 1110 100000010 1000011 111010

Color Harmonies of #794DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DDC

Black with #794DDC

Text Example


Text Example

White with #794DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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