Html Css Color HEX #794ACC Slate Blue

📋 copy color: '#794ACC'

red 121 ◦ green 74 ◦ blue 204

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

Shades of Slate Blue #794ACC

Tints of Slate Blue #794ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 30.33%
G = 18.55%
B = 51.13%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#794ACC (or 0x794ACC) is known color: Slate Blue. HEX triplet: 79, 4A and CC. RGB value is (121,74,204). Sum of RGB (Red+Green+Blue) = 121+74+204=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #794ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ACC is #86B533. Grayscale: #666666. Windows color (decimal): -8828212 or 13388409. OLE color: 13388409.

HSL color Cylindrical-coordinate representation of color #794ACC: hue angle of 261.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794ACC is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 74 204 -
CMYK 0.41 0.64 0 0.2
HSL 261.69º 0.56% 0.55% -
HSV(B) 261.69º 0.64% 0.8% -
XYZ 21.23 13.32 58.58 -
YUV 102.87 185.07 140.93 -
System Red Green Blue C M Y K H S L
Decimal 121 74 204 0.41 0.64 0 0.2 261.69 0.56 0.55
Hex 79 4A CC 29 40 0 14 106 38 37
Octal 171 112 314 51 100 0 24 406 70 67
Binary 1111001 1001010 11001100 101001 1000000 0 10100 100000110 111000 110111

Color Harmonies of #794ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ACC

Black with #794ACC

Text Example


Text Example

White with #794ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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