Html Css Color HEX #794ACF Slate Blue

📋 copy color: '#794ACF'

red 121 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #794ACF

Tints of Slate Blue #794ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.41%

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

R = 30.1%
G = 18.41%
B = 51.49%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#794ACF (or 0x794ACF) is known color: Slate Blue. HEX triplet: 79, 4A and CF. RGB value is (121,74,207). Sum of RGB (Red+Green+Blue) = 121+74+207=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #794ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ACF is #86B530. Grayscale: #666666. Windows color (decimal): -8828209 or 13585017. OLE color: 13585017.

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

Color convert

RGB 121 74 207 -
CMYK 0.42 0.64 0 0.19
HSL 261.2º 0.58% 0.55% -
HSV(B) 261.2º 0.64% 0.81% -
XYZ 21.6 13.47 60.49 -
YUV 103.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 121 74 207 0.42 0.64 0 0.19 261.2 0.58 0.55
Hex 79 4A CF 2A 40 0 13 105 3A 37
Octal 171 112 317 52 100 0 23 405 72 67
Binary 1111001 1001010 11001111 101010 1000000 0 10011 100000101 111010 110111

Color Harmonies of #794ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ACF

Black with #794ACF

Text Example


Text Example

White with #794ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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