Html Css Color HEX #795699 Studio

📋 copy color: '#795699'

red 121 ◦ green 86 ◦ blue 153

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

Shades of Studio #795699

Tints of Studio #795699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 33.61%
G = 23.89%
B = 42.5%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#795699 (or 0x795699) is known color: Studio. HEX triplet: 79, 56 and 99. RGB value is (121,86,153). Sum of RGB (Red+Green+Blue) = 121+86+153=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #795699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795699 is #86A966. Grayscale: #676767. Windows color (decimal): -8825191 or 10049145. OLE color: 10049145.

HSL color Cylindrical-coordinate representation of color #795699: hue angle of 271.34º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #795699 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 86 153 -
CMYK 0.21 0.44 0 0.4
HSL 271.34º 0.28% 0.47% -
HSV(B) 271.34º 0.44% 0.6% -
XYZ 16.96 13.02 31.76 -
YUV 104.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 121 86 153 0.21 0.44 0 0.4 271.34 0.28 0.47
Hex 79 56 99 15 2C 0 28 10F 1C 2F
Octal 171 126 231 25 54 0 50 417 34 57
Binary 1111001 1010110 10011001 10101 101100 0 101000 100001111 11100 101111

Color Harmonies of #795699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795699

Black with #795699

Text Example


Text Example

White with #795699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795699; }

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

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

background-color css

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

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

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

border-color css

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

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

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