Html Css Color HEX #794CCF Slate Blue

📋 copy color: '#794CCF'

red 121 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #794CCF

Tints of Slate Blue #794CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.81%

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

R = 29.95%
G = 18.81%
B = 51.24%

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

#794CCF (or 0x794CCF) is known color: Slate Blue. HEX triplet: 79, 4C and CF. RGB value is (121,76,207). Sum of RGB (Red+Green+Blue) = 121+76+207=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #794CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CCF is #86B330. Grayscale: #676767. Windows color (decimal): -8827697 or 13585529. OLE color: 13585529.

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

Color convert

RGB 121 76 207 -
CMYK 0.42 0.63 0 0.19
HSL 260.61º 0.58% 0.55% -
HSV(B) 260.61º 0.63% 0.81% -
XYZ 21.73 13.74 60.54 -
YUV 104.39 185.91 139.85 -
System Red Green Blue C M Y K H S L
Decimal 121 76 207 0.42 0.63 0 0.19 260.61 0.58 0.55
Hex 79 4C CF 2A 3F 0 13 105 3A 37
Octal 171 114 317 52 77 0 23 405 72 67
Binary 1111001 1001100 11001111 101010 111111 0 10011 100000101 111010 110111

Color Harmonies of #794CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CCF

Black with #794CCF

Text Example


Text Example

White with #794CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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