#795598

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

Shades of Studio #795598

Tints of Studio #795598

Color information

#795598 (or 0x795598) is unknown color: approx Studio. HEX triplet: 79, 55 and 98. RGB value is (121,85,152). Sum of RGB (Red+Green+Blue) = 121+85+152=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #795598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795598 is #86AA67. Grayscale: #676767. Windows color (decimal): -8825448 or 9983353. OLE color: 9983353.

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

Color convert

RGB12185152-
CMYK0.200.4400.40
HSL272.24º28.27%46.47%-
HSV(B)272.24º44.08%59.61%-
XYZ16.812.8331.3-
YUV103.4155.43140.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=33.80%
G=23.74%
B=42.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121851520.200.4400.40272.2428.2746.47
Hex795598142C0281101c2e
Octal17112523024540504203456
Binary111100110101011001100010100101100010100010001000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795598; }

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

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

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

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

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

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

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

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