#795E94

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

Shades of Studio #795E94

Tints of Studio #795E94

Color information

#795E94 (or 0x795E94) is unknown color: approx Studio. HEX triplet: 79, 5E and 94. RGB value is (121,94,148). Sum of RGB (Red+Green+Blue) = 121+94+148=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #795E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795E94 is #86A16B. Grayscale: #6C6C6C. Windows color (decimal): -8823148 or 9723513. OLE color: 9723513.

HSL color Cylindrical-coordinate representation of color #795E94: hue angle of 270º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #795E94 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12194148-
CMYK0.180.3600.42
HSL270º22.31%47.45%-
HSV(B)270º36.49%58.04%-
XYZ17.2314.2129.85-
YUV108.23150.45137.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.33%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=33.33%
G=25.90%
B=40.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121941480.180.3600.4227022.3147.45
Hex795E94122402A10e162f
Octal17113622422440524162657
Binary111100110111101001010010010100100010101010000111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,94,148); }

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

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

 a { background-color: rgb(121,94,148); }

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

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

 span { border-color: rgb(121,94,148); }

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