Html Css Color HEX #794FCD Slate Blue

📋 copy color: '#794FCD'

red 121 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #794FCD

Tints of Slate Blue #794FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 29.88%
G = 19.51%
B = 50.62%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#794FCD (or 0x794FCD) is known color: Slate Blue. HEX triplet: 79, 4F and CD. RGB value is (121,79,205). Sum of RGB (Red+Green+Blue) = 121+79+205=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #794FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FCD is #86B032. Grayscale: #696969. Windows color (decimal): -8826931 or 13455225. OLE color: 13455225.

HSL color Cylindrical-coordinate representation of color #794FCD: hue angle of 260º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #794FCD is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 79 205 -
CMYK 0.41 0.61 0 0.20
HSL 260º 0.56% 0.56% -
HSV(B) 260º 0.61% 0.8% -
XYZ 21.7 14.06 59.33 -
YUV 105.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 121 79 205 0.41 0.61 0 0.20 260 0.56 0.56
Hex 79 4F CD 29 3D 0 14 104 38 38
Octal 171 117 315 51 75 0 24 404 70 70
Binary 1111001 1001111 11001101 101001 111101 0 10100 100000100 111000 111000

Color Harmonies of #794FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FCD

Black with #794FCD

Text Example


Text Example

White with #794FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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