Html Css Color HEX #795995 Studio

📋 copy color: '#795995'

red 121 ◦ green 89 ◦ blue 149

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

Shades of Studio #795995

Tints of Studio #795995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.79%

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

R = 33.7%
G = 24.79%
B = 41.5%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#795995 (or 0x795995) is known color: Studio. HEX triplet: 79, 59 and 95. RGB value is (121,89,149). Sum of RGB (Red+Green+Blue) = 121+89+149=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #795995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795995 is #86A66A. Grayscale: #696969. Windows color (decimal): -8824427 or 9787769. OLE color: 9787769.

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

Color convert

RGB 121 89 149 -
CMYK 0.19 0.40 0 0.42
HSL 272º 0.25% 0.47% -
HSV(B) 272º 0.4% 0.58% -
XYZ 16.88 13.38 30.13 -
YUV 105.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 121 89 149 0.19 0.40 0 0.42 272 0.25 0.47
Hex 79 59 95 13 28 0 2A 110 19 2F
Octal 171 131 225 23 50 0 52 420 31 57
Binary 1111001 1011001 10010101 10011 101000 0 101010 100010000 11001 101111

Color Harmonies of #795995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795995

Black with #795995

Text Example


Text Example

White with #795995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795995; }

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

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

background-color css

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

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

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

border-color css

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

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

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