Html Css Color HEX #794AC1 Slate Blue

📋 copy color: '#794AC1'

red 121 ◦ green 74 ◦ blue 193

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

Shades of Slate Blue #794AC1

Tints of Slate Blue #794AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 31.19%
G = 19.07%
B = 49.74%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#794AC1 (or 0x794AC1) is known color: Slate Blue. HEX triplet: 79, 4A and C1. RGB value is (121,74,193). Sum of RGB (Red+Green+Blue) = 121+74+193=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #794AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794AC1 is #86B53E. Grayscale: #656565. Windows color (decimal): -8828223 or 12667513. OLE color: 12667513.

HSL color Cylindrical-coordinate representation of color #794AC1: hue angle of 263.7º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #794AC1 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 74 193 -
CMYK 0.37 0.62 0 0.24
HSL 263.7º 0.49% 0.52% -
HSV(B) 263.7º 0.62% 0.76% -
XYZ 19.96 12.81 51.87 -
YUV 101.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 121 74 193 0.37 0.62 0 0.24 263.7 0.49 0.52
Hex 79 4A C1 25 3E 0 18 108 31 34
Octal 171 112 301 45 76 0 30 410 61 64
Binary 1111001 1001010 11000001 100101 111110 0 11000 100001000 110001 110100

Color Harmonies of #794AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794AC1

Black with #794AC1

Text Example


Text Example

White with #794AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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