Html Css Color HEX #794CAD Studio

📋 copy color: '#794CAD'

red 121 ◦ green 76 ◦ blue 173

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

Shades of Studio #794CAD

Tints of Studio #794CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 32.7%
G = 20.54%
B = 46.76%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#794CAD (or 0x794CAD) is known color: Studio. HEX triplet: 79, 4C and AD. RGB value is (121,76,173). Sum of RGB (Red+Green+Blue) = 121+76+173=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #794CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794CAD is #86B352. Grayscale: #646464. Windows color (decimal): -8827731 or 11357305. OLE color: 11357305.

HSL color Cylindrical-coordinate representation of color #794CAD: hue angle of 267.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #794CAD is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 76 173 -
CMYK 0.30 0.56 0 0.32
HSL 267.84º 0.39% 0.49% -
HSV(B) 267.84º 0.56% 0.68% -
XYZ 18.01 12.25 40.95 -
YUV 100.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 121 76 173 0.30 0.56 0 0.32 267.84 0.39 0.49
Hex 79 4C AD 1E 38 0 20 10C 27 31
Octal 171 114 255 36 70 0 40 414 47 61
Binary 1111001 1001100 10101101 11110 111000 0 100000 100001100 100111 110001

Color Harmonies of #794CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CAD

Black with #794CAD

Text Example


Text Example

White with #794CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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