#796098

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

Shades of Studio #796098

Tints of Studio #796098

Color information

#796098 (or 0x796098) is unknown color: approx Studio. HEX triplet: 79, 60 and 98. RGB value is (121,96,152). Sum of RGB (Red+Green+Blue) = 121+96+152=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #796098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796098 is #869F67. Grayscale: #6D6D6D. Windows color (decimal): -8822632 or 9986169. OLE color: 9986169.

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

Color convert

RGB12196152-
CMYK0.200.3700.40
HSL266.79º22.58%48.63%-
HSV(B)266.79º36.84%59.61%-
XYZ17.7414.731.61-
YUV109.86151.78135.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=32.79%
G=26.02%
B=41.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121961520.200.3700.40266.7922.5848.63
Hex796098142502810b1731
Octal17114023024450504132761
Binary111100111000001001100010100100101010100010000101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796098; }

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

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

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

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

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

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

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

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