Html Css Color HEX #794DCF Slate Blue

📋 copy color: '#794DCF'

red 121 ◦ green 77 ◦ blue 207

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

Shades of Slate Blue #794DCF

Tints of Slate Blue #794DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.01%

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

R = 29.88%
G = 19.01%
B = 51.11%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#794DCF (or 0x794DCF) is known color: Slate Blue. HEX triplet: 79, 4D and CF. RGB value is (121,77,207). Sum of RGB (Red+Green+Blue) = 121+77+207=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #794DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DCF is #86B230. Grayscale: #686868. Windows color (decimal): -8827441 or 13585785. OLE color: 13585785.

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

Color convert

RGB 121 77 207 -
CMYK 0.42 0.63 0 0.19
HSL 260.31º 0.58% 0.56% -
HSV(B) 260.31º 0.63% 0.81% -
XYZ 21.8 13.88 60.56 -
YUV 104.98 185.58 139.43 -
System Red Green Blue C M Y K H S L
Decimal 121 77 207 0.42 0.63 0 0.19 260.31 0.58 0.56
Hex 79 4D CF 2A 3F 0 13 104 3A 38
Octal 171 115 317 52 77 0 23 404 72 70
Binary 1111001 1001101 11001111 101010 111111 0 10011 100000100 111010 111000

Color Harmonies of #794DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DCF

Black with #794DCF

Text Example


Text Example

White with #794DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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