Html Css Color HEX #794ECE Slate Blue

📋 copy color: '#794ECE'

red 121 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #794ECE

Tints of Slate Blue #794ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 29.88%
G = 19.26%
B = 50.86%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#794ECE (or 0x794ECE) is known color: Slate Blue. HEX triplet: 79, 4E and CE. RGB value is (121,78,206). Sum of RGB (Red+Green+Blue) = 121+78+206=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #794ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794ECE is #86B131. Grayscale: #686868. Windows color (decimal): -8827186 or 13520505. OLE color: 13520505.

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

Color convert

RGB 121 78 206 -
CMYK 0.41 0.62 0 0.19
HSL 260.16º 0.57% 0.56% -
HSV(B) 260.16º 0.62% 0.81% -
XYZ 21.75 13.97 59.94 -
YUV 105.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 121 78 206 0.41 0.62 0 0.19 260.16 0.57 0.56
Hex 79 4E CE 29 3E 0 13 104 39 38
Octal 171 116 316 51 76 0 23 404 71 70
Binary 1111001 1001110 11001110 101001 111110 0 10011 100000100 111001 111000

Color Harmonies of #794ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ECE

Black with #794ECE

Text Example


Text Example

White with #794ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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