#795CA6

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

Shades of Studio #795CA6

Tints of Studio #795CA6

Color information

#795CA6 (or 0x795CA6) is unknown color: approx Studio. HEX triplet: 79, 5C and A6. RGB value is (121,92,166). Sum of RGB (Red+Green+Blue) = 121+92+166=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: blue. Hex color #795CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795CA6 is #86A359. Grayscale: #6C6C6C. Windows color (decimal): -8823642 or 10902649. OLE color: 10902649.

HSL color Cylindrical-coordinate representation of color #795CA6: hue angle of 263.51º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795CA6 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12192166-
CMYK0.270.4500.35
HSL263.51º29.37%50.59%-
HSV(B)263.51º44.58%65.1%-
XYZ18.614.4737.89-
YUV109.11160.11136.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=31.93%
G=24.27%
B=43.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121921660.270.4500.35263.5129.3750.59
Hex795CA61B2D0231081d33
Octal17113424633550434103563
Binary111100110111001010011011011101101010001110000100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,92,166); }

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

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

 a { background-color: rgb(121,92,166); }

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

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

 span { border-color: rgb(121,92,166); }

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