Html Css Color HEX #794CC1 Slate Blue

📋 copy color: '#794CC1'

red 121 ◦ green 76 ◦ blue 193

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

Shades of Slate Blue #794CC1

Tints of Slate Blue #794CC1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.49%

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

R = 31.03%
G = 19.49%
B = 49.49%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#794CC1 (or 0x794CC1) is known color: Slate Blue. HEX triplet: 79, 4C and C1. RGB value is (121,76,193). Sum of RGB (Red+Green+Blue) = 121+76+193=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #794CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CC1 is #86B33E. Grayscale: #666666. Windows color (decimal): -8827711 or 12668025. OLE color: 12668025.

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

Color convert

RGB 121 76 193 -
CMYK 0.37 0.61 0 0.24
HSL 263.08º 0.49% 0.53% -
HSV(B) 263.08º 0.61% 0.76% -
XYZ 20.1 13.08 51.92 -
YUV 102.79 178.91 140.99 -
System Red Green Blue C M Y K H S L
Decimal 121 76 193 0.37 0.61 0 0.24 263.08 0.49 0.53
Hex 79 4C C1 25 3D 0 18 107 31 35
Octal 171 114 301 45 75 0 30 407 61 65
Binary 1111001 1001100 11000001 100101 111101 0 11000 100000111 110001 110101

Color Harmonies of #794CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CC1

Black with #794CC1

Text Example


Text Example

White with #794CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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