Html Css Color HEX #794FCF Slate Blue

📋 copy color: '#794FCF'

red 121 ◦ green 79 ◦ blue 207

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

Shades of Slate Blue #794FCF

Tints of Slate Blue #794FCF

RGB

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

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

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

R = 29.73%
G = 19.41%
B = 50.86%

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

#794FCF (or 0x794FCF) is known color: Slate Blue. HEX triplet: 79, 4F and CF. RGB value is (121,79,207). Sum of RGB (Red+Green+Blue) = 121+79+207=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #794FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FCF is #86B030. Grayscale: #696969. Windows color (decimal): -8826929 or 13586297. OLE color: 13586297.

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

Color convert

RGB 121 79 207 -
CMYK 0.42 0.62 0 0.19
HSL 259.69º 0.57% 0.56% -
HSV(B) 259.69º 0.62% 0.81% -
XYZ 21.94 14.16 60.61 -
YUV 106.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 121 79 207 0.42 0.62 0 0.19 259.69 0.57 0.56
Hex 79 4F CF 2A 3E 0 13 104 39 38
Octal 171 117 317 52 76 0 23 404 71 70
Binary 1111001 1001111 11001111 101010 111110 0 10011 100000100 111001 111000

Color Harmonies of #794FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FCF

Black with #794FCF

Text Example


Text Example

White with #794FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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