Html Css Color HEX #794FAF Studio

📋 copy color: '#794FAF'

red 121 ◦ green 79 ◦ blue 175

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

Shades of Studio #794FAF

Tints of Studio #794FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.07%

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

R = 32.27%
G = 21.07%
B = 46.67%

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

#794FAF (or 0x794FAF) is known color: Studio. HEX triplet: 79, 4F and AF. RGB value is (121,79,175). Sum of RGB (Red+Green+Blue) = 121+79+175=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #794FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794FAF is #86B050. Grayscale: #666666. Windows color (decimal): -8826961 or 11489145. OLE color: 11489145.

HSL color Cylindrical-coordinate representation of color #794FAF: hue angle of 266.25º 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 #794FAF is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 79 175 -
CMYK 0.31 0.55 0 0.31
HSL 266.25º 0.38% 0.5% -
HSV(B) 266.25º 0.55% 0.69% -
XYZ 18.42 12.75 42.05 -
YUV 102.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 121 79 175 0.31 0.55 0 0.31 266.25 0.38 0.5
Hex 79 4F AF 1F 37 0 1F 10A 26 32
Octal 171 117 257 37 67 0 37 412 46 62
Binary 1111001 1001111 10101111 11111 110111 0 11111 100001010 100110 110010

Color Harmonies of #794FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FAF

Black with #794FAF

Text Example


Text Example

White with #794FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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