#795AAC

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

Shades of Studio #795AAC

Tints of Studio #795AAC

Color information

#795AAC (or 0x795AAC) is unknown color: approx Studio. HEX triplet: 79, 5A and AC. RGB value is (121,90,172). Sum of RGB (Red+Green+Blue) = 121+90+172=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #795AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795AAC is #86A553. Grayscale: #6C6C6C. Windows color (decimal): -8824148 or 11295353. OLE color: 11295353.

HSL color Cylindrical-coordinate representation of color #795AAC: hue angle of 262.68º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #795AAC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12190172-
CMYK0.300.4800.33
HSL262.68º33.06%51.37%-
HSV(B)262.68º47.67%67.45%-
XYZ18.9914.3640.8-
YUV108.62163.77136.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=31.59%
G=23.50%
B=44.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121901720.300.4800.33262.6833.0651.37
Hex795AAC1E300211072133
Octal17113225436600414074163
Binary1111001101101010101100111101100000100001100000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795AAC; }

 p { color: rgb(121,90,172); }

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

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

 a { background-color: rgb(121,90,172); }

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

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

 span { border-color: rgb(121,90,172); }

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