Html Css Color HEX #795697 Studio

📋 copy color: '#795697'

red 121 ◦ green 86 ◦ blue 151

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

Shades of Studio #795697

Tints of Studio #795697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.18%

R = 33.8%
G = 24.02%
B = 42.18%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#795697 (or 0x795697) is known color: Studio. HEX triplet: 79, 56 and 97. RGB value is (121,86,151). Sum of RGB (Red+Green+Blue) = 121+86+151=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #795697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795697 is #86A968. Grayscale: #676767. Windows color (decimal): -8825193 or 9918073. OLE color: 9918073.

HSL color Cylindrical-coordinate representation of color #795697: hue angle of 272.31º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #795697 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 86 151 -
CMYK 0.20 0.43 0 0.41
HSL 272.31º 0.27% 0.46% -
HSV(B) 272.31º 0.43% 0.59% -
XYZ 16.8 12.95 30.89 -
YUV 103.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 121 86 151 0.20 0.43 0 0.41 272.31 0.27 0.46
Hex 79 56 97 14 2B 0 29 110 1B 2E
Octal 171 126 227 24 53 0 51 420 33 56
Binary 1111001 1010110 10010111 10100 101011 0 101001 100010000 11011 101110

Color Harmonies of #795697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795697

Black with #795697

Text Example


Text Example

White with #795697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795697; }

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

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

background-color css

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

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

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

border-color css

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

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

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