Html Css Color HEX #795695 Studio

📋 copy color: '#795695'

red 121 ◦ green 86 ◦ blue 149

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

Shades of Studio #795695

Tints of Studio #795695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

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

R = 33.99%
G = 24.16%
B = 41.85%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#795695 (or 0x795695) is known color: Studio. HEX triplet: 79, 56 and 95. RGB value is (121,86,149). Sum of RGB (Red+Green+Blue) = 121+86+149=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #795695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795695 is #86A96A. Grayscale: #676767. Windows color (decimal): -8825195 or 9787001. OLE color: 9787001.

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

Color convert

RGB 121 86 149 -
CMYK 0.19 0.42 0 0.42
HSL 273.33º 0.27% 0.46% -
HSV(B) 273.33º 0.42% 0.58% -
XYZ 16.64 12.89 30.04 -
YUV 103.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 121 86 149 0.19 0.42 0 0.42 273.33 0.27 0.46
Hex 79 56 95 13 2A 0 2A 111 1B 2E
Octal 171 126 225 23 52 0 52 421 33 56
Binary 1111001 1010110 10010101 10011 101010 0 101010 100010001 11011 101110

Color Harmonies of #795695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795695

Black with #795695

Text Example


Text Example

White with #795695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795695; }

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

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

background-color css

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

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

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

border-color css

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

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

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