Html Css Color HEX #794EAF Studio

📋 copy color: '#794EAF'

red 121 ◦ green 78 ◦ blue 175

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

Shades of Studio #794EAF

Tints of Studio #794EAF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.86%

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 32.35%
G = 20.86%
B = 46.79%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#794EAF (or 0x794EAF) is known color: Studio. HEX triplet: 79, 4E and AF. RGB value is (121,78,175). Sum of RGB (Red+Green+Blue) = 121+78+175=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #794EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794EAF is #86B150. Grayscale: #656565. Windows color (decimal): -8827217 or 11488889. OLE color: 11488889.

HSL color Cylindrical-coordinate representation of color #794EAF: hue angle of 266.6º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794EAF is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 78 175 -
CMYK 0.31 0.55 0 0.31
HSL 266.6º 0.38% 0.5% -
HSV(B) 266.6º 0.55% 0.69% -
XYZ 18.35 12.61 42.02 -
YUV 101.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 121 78 175 0.31 0.55 0 0.31 266.6 0.38 0.5
Hex 79 4E AF 1F 37 0 1F 10B 26 32
Octal 171 116 257 37 67 0 37 413 46 62
Binary 1111001 1001110 10101111 11111 110111 0 11111 100001011 100110 110010

Color Harmonies of #794EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EAF

Black with #794EAF

Text Example


Text Example

White with #794EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,78,175); }

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

background-color css

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

 a { background-color: rgb(121,78,175); }

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

border-color css

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

 span { border-color: rgb(121,78,175); }

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