Html Css Color HEX #794AC6 Slate Blue

📋 copy color: '#794AC6'

red 121 ◦ green 74 ◦ blue 198

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

Shades of Slate Blue #794AC6

Tints of Slate Blue #794AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.38%

R = 30.79%
G = 18.83%
B = 50.38%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#794AC6 (or 0x794AC6) is known color: Slate Blue. HEX triplet: 79, 4A and C6. RGB value is (121,74,198). Sum of RGB (Red+Green+Blue) = 121+74+198=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #794AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794AC6 is #86B539. Grayscale: #656565. Windows color (decimal): -8828218 or 12995193. OLE color: 12995193.

HSL color Cylindrical-coordinate representation of color #794AC6: hue angle of 262.74º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #794AC6 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 74 198 -
CMYK 0.39 0.63 0 0.22
HSL 262.74º 0.52% 0.53% -
HSV(B) 262.74º 0.63% 0.78% -
XYZ 20.53 13.04 54.86 -
YUV 102.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 121 74 198 0.39 0.63 0 0.22 262.74 0.52 0.53
Hex 79 4A C6 27 3F 0 16 107 34 35
Octal 171 112 306 47 77 0 26 407 64 65
Binary 1111001 1001010 11000110 100111 111111 0 10110 100000111 110100 110101

Color Harmonies of #794AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AC6

Black with #794AC6

Text Example


Text Example

White with #794AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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