Html Css Color HEX #794ADC Slate Blue

📋 copy color: '#794ADC'

red 121 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #794ADC

Tints of Slate Blue #794ADC

RGB

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

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

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

R = 29.16%
G = 17.83%
B = 53.01%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#794ADC (or 0x794ADC) is known color: Slate Blue. HEX triplet: 79, 4A and DC. RGB value is (121,74,220). Sum of RGB (Red+Green+Blue) = 121+74+220=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #794ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ADC is #86B523. Grayscale: #686868. Windows color (decimal): -8828196 or 14436985. OLE color: 14436985.

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

Color convert

RGB 121 74 220 -
CMYK 0.45 0.66 0 0.14
HSL 259.32º 0.68% 0.58% -
HSV(B) 259.32º 0.66% 0.86% -
XYZ 23.25 14.13 69.21 -
YUV 104.7 193.07 139.63 -
System Red Green Blue C M Y K H S L
Decimal 121 74 220 0.45 0.66 0 0.14 259.32 0.68 0.58
Hex 79 4A DC 2D 42 0 E 103 44 3A
Octal 171 112 334 55 102 0 16 403 104 72
Binary 1111001 1001010 11011100 101101 1000010 0 1110 100000011 1000100 111010

Color Harmonies of #794ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ADC

Black with #794ADC

Text Example


Text Example

White with #794ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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