#795D94

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

Shades of Studio #795D94

Tints of Studio #795D94

Color information

#795D94 (or 0x795D94) is unknown color: approx Studio. HEX triplet: 79, 5D and 94. RGB value is (121,93,148). Sum of RGB (Red+Green+Blue) = 121+93+148=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #795D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795D94 is #86A26B. Grayscale: #6B6B6B. Windows color (decimal): -8823404 or 9723257. OLE color: 9723257.

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

Color convert

RGB12193148-
CMYK0.180.3700.42
HSL270.55º22.82%47.25%-
HSV(B)270.55º37.16%58.04%-
XYZ17.1414.0329.82-
YUV107.64150.78137.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.43%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=33.43%
G=25.69%
B=40.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121931480.180.3700.42270.5522.8247.25
Hex795D94122502A10f172f
Octal17113522422450524172757
Binary111100110111011001010010010100101010101010000111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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