#795698

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

Shades of Studio #795698

Tints of Studio #795698

Color information

#795698 (or 0x795698) is unknown color: approx Studio. HEX triplet: 79, 56 and 98. RGB value is (121,86,152). Sum of RGB (Red+Green+Blue) = 121+86+152=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #795698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795698 is #86A967. Grayscale: #676767. Windows color (decimal): -8825192 or 9983609. OLE color: 9983609.

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

Color convert

RGB12186152-
CMYK0.200.4300.40
HSL271.82º27.73%46.67%-
HSV(B)271.82º43.42%59.61%-
XYZ16.8812.9931.32-
YUV103.99155.1140.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=33.70%
G=23.96%
B=42.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121861520.200.4300.40271.8227.7346.67
Hex795698142B0281101c2f
Octal17112623024530504203457
Binary111100110101101001100010100101011010100010001000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795698; }

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

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

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

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

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

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

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

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