Html Css Color HEX #794ECF Slate Blue

📋 copy color: '#794ECF'

red 121 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #794ECF

Tints of Slate Blue #794ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 29.8%
G = 19.21%
B = 50.99%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#794ECF (or 0x794ECF) is known color: Slate Blue. HEX triplet: 79, 4E and CF. RGB value is (121,78,207). Sum of RGB (Red+Green+Blue) = 121+78+207=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #794ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794ECF is #86B130. Grayscale: #696969. Windows color (decimal): -8827185 or 13586041. OLE color: 13586041.

HSL color Cylindrical-coordinate representation of color #794ECF: hue angle of 260º 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 #794ECF is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 78 207 -
CMYK 0.42 0.62 0 0.19
HSL 260º 0.57% 0.56% -
HSV(B) 260º 0.62% 0.81% -
XYZ 21.87 14.02 60.58 -
YUV 105.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 121 78 207 0.42 0.62 0 0.19 260 0.57 0.56
Hex 79 4E CF 2A 3E 0 13 104 39 38
Octal 171 116 317 52 76 0 23 404 71 70
Binary 1111001 1001110 11001111 101010 111110 0 10011 100000100 111001 111000

Color Harmonies of #794ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ECF

Black with #794ECF

Text Example


Text Example

White with #794ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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