Html Css Color HEX #795E95 Studio

📋 copy color: '#795E95'

red 121 ◦ green 94 ◦ blue 149

#795E95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #795E95

Tints of Studio #795E95

RGB

 RED value IS 121 (47.66% from 255) = 33.24%

 GREEN value IS 94 (37.11% from 255) = 25.82%

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 33.24%
G = 25.82%
B = 40.93%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#795E95 (or 0x795E95) is known color: Studio. HEX triplet: 79, 5E and 95. RGB value is (121,94,149). Sum of RGB (Red+Green+Blue) = 121+94+149=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #795E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795E95 is #86A16A. Grayscale: #6C6C6C. Windows color (decimal): -8823147 or 9789049. OLE color: 9789049.

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

Color convert

RGB 121 94 149 -
CMYK 0.19 0.37 0 0.42
HSL 269.45º 0.23% 0.48% -
HSV(B) 269.45º 0.37% 0.58% -
XYZ 17.31 14.24 30.27 -
YUV 108.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 121 94 149 0.19 0.37 0 0.42 269.45 0.23 0.48
Hex 79 5E 95 13 25 0 2A 10D 17 30
Octal 171 136 225 23 45 0 52 415 27 60
Binary 1111001 1011110 10010101 10011 100101 0 101010 100001101 10111 110000

Color Harmonies of #795E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E95

Black with #795E95

Text Example


Text Example

White with #795E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #795E95;
 }
 .AnyTagClassName
 {
   color: #795E95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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