Html Css Color HEX #794FC9 Slate Blue

📋 copy color: '#794FC9'

red 121 ◦ green 79 ◦ blue 201

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

Shades of Slate Blue #794FC9

Tints of Slate Blue #794FC9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.7%

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

R = 30.17%
G = 19.7%
B = 50.12%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#794FC9 (or 0x794FC9) is known color: Slate Blue. HEX triplet: 79, 4F and C9. RGB value is (121,79,201). Sum of RGB (Red+Green+Blue) = 121+79+201=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #794FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FC9 is #86B036. Grayscale: #696969. Windows color (decimal): -8826935 or 13193081. OLE color: 13193081.

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

Color convert

RGB 121 79 201 -
CMYK 0.40 0.61 0 0.21
HSL 260.66º 0.53% 0.55% -
HSV(B) 260.66º 0.61% 0.79% -
XYZ 21.22 13.87 56.82 -
YUV 105.47 181.91 139.08 -
System Red Green Blue C M Y K H S L
Decimal 121 79 201 0.40 0.61 0 0.21 260.66 0.53 0.55
Hex 79 4F C9 28 3D 0 15 105 35 37
Octal 171 117 311 50 75 0 25 405 65 67
Binary 1111001 1001111 11001001 101000 111101 0 10101 100000101 110101 110111

Color Harmonies of #794FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FC9

Black with #794FC9

Text Example


Text Example

White with #794FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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