#795BAC

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

Shades of Studio #795BAC

Tints of Studio #795BAC

Color information

#795BAC (or 0x795BAC) is unknown color: approx Studio. HEX triplet: 79, 5B and AC. RGB value is (121,91,172). Sum of RGB (Red+Green+Blue) = 121+91+172=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #795BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795BAC is #86A453. Grayscale: #6C6C6C. Windows color (decimal): -8823892 or 11295609. OLE color: 11295609.

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

Color convert

RGB12191172-
CMYK0.300.4700.33
HSL262.22º32.79%51.57%-
HSV(B)262.22º47.09%67.45%-
XYZ19.0714.5340.83-
YUV109.2163.44136.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.51%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=31.51%
G=23.70%
B=44.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121911720.300.4700.33262.2232.7951.57
Hex795BAC1E2F0211062134
Octal17113325436570414064164
Binary1111001101101110101100111101011110100001100000110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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