Html Css Color HEX #794DC9 Slate Blue

📋 copy color: '#794DC9'

red 121 ◦ green 77 ◦ blue 201

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

Shades of Slate Blue #794DC9

Tints of Slate Blue #794DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.38%

R = 30.33%
G = 19.3%
B = 50.38%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#794DC9 (or 0x794DC9) is known color: Slate Blue. HEX triplet: 79, 4D and C9. RGB value is (121,77,201). Sum of RGB (Red+Green+Blue) = 121+77+201=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #794DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DC9 is #86B236. Grayscale: #676767. Windows color (decimal): -8827447 or 13192569. OLE color: 13192569.

HSL color Cylindrical-coordinate representation of color #794DC9: hue angle of 261.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #794DC9 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 77 201 -
CMYK 0.40 0.62 0 0.21
HSL 261.29º 0.53% 0.55% -
HSV(B) 261.29º 0.62% 0.79% -
XYZ 21.08 13.59 56.77 -
YUV 104.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 121 77 201 0.40 0.62 0 0.21 261.29 0.53 0.55
Hex 79 4D C9 28 3E 0 15 105 35 37
Octal 171 115 311 50 76 0 25 405 65 67
Binary 1111001 1001101 11001001 101000 111110 0 10101 100000101 110101 110111

Color Harmonies of #794DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DC9

Black with #794DC9

Text Example


Text Example

White with #794DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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