Html Css Color HEX #794ECD Slate Blue

📋 copy color: '#794ECD'

red 121 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #794ECD

Tints of Slate Blue #794ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.31%

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

R = 29.95%
G = 19.31%
B = 50.74%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#794ECD (or 0x794ECD) is known color: Slate Blue. HEX triplet: 79, 4E and CD. RGB value is (121,78,205). Sum of RGB (Red+Green+Blue) = 121+78+205=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #794ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794ECD is #86B132. Grayscale: #686868. Windows color (decimal): -8827187 or 13454969. OLE color: 13454969.

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

Color convert

RGB 121 78 205 -
CMYK 0.41 0.62 0 0.20
HSL 260.31º 0.56% 0.55% -
HSV(B) 260.31º 0.62% 0.8% -
XYZ 21.63 13.92 59.3 -
YUV 105.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 121 78 205 0.41 0.62 0 0.20 260.31 0.56 0.55
Hex 79 4E CD 29 3E 0 14 104 38 37
Octal 171 116 315 51 76 0 24 404 70 67
Binary 1111001 1001110 11001101 101001 111110 0 10100 100000100 111000 110111

Color Harmonies of #794ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ECD

Black with #794ECD

Text Example


Text Example

White with #794ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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