#794898

Color #794898 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #794898

Tints of Studio #794898

Color information

#794898 (or 0x794898) is unknown color: approx Studio. HEX triplet: 79, 48 and 98. RGB value is (121,72,152). Sum of RGB (Red+Green+Blue) = 121+72+152=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #794898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794898 is #86B767. Grayscale: #5F5F5F. Windows color (decimal): -8828776 or 9980025. OLE color: 9980025.

HSL color Cylindrical-coordinate representation of color #794898: hue angle of 276.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #794898 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12172152-
CMYK0.200.5300.40
HSL276.75º35.71%43.92%-
HSV(B)276.75º52.63%59.61%-
XYZ15.8710.9730.99-
YUV95.77159.73146-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=35.07%
G=20.87%
B=44.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121721520.200.5300.40276.7535.7143.92
Hex7948981435028115242c
Octal17111023024650504254454
Binary1111001100100010011000101001101010101000100010101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794898; }

 p { color: rgb(121,72,152); }

 H1.HeaderClassName
 {
   color: #794898;
 }
 .AnyTagClassName
 {
   color: #794898;
 }
</style>
background-color css

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

 a { background-color: rgb(121,72,152); }

 div.DivClassName
 {
   background-color: #794898;
 }
 .BgClassName
 {
   background-color: #794898;
 }
</style>
border-color css

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

 span { border-color: rgb(121,72,152); }

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