Html Css Color HEX #795499 Studio

📋 copy color: '#795499'

red 121 ◦ green 84 ◦ blue 153

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

Shades of Studio #795499

Tints of Studio #795499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 33.8%
G = 23.46%
B = 42.74%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#795499 (or 0x795499) is known color: Studio. HEX triplet: 79, 54 and 99. RGB value is (121,84,153). Sum of RGB (Red+Green+Blue) = 121+84+153=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #795499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795499 is #86AB66. Grayscale: #666666. Windows color (decimal): -8825703 or 10048633. OLE color: 10048633.

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

Color convert

RGB 121 84 153 -
CMYK 0.21 0.45 0 0.4
HSL 272.17º 0.29% 0.46% -
HSV(B) 272.17º 0.45% 0.6% -
XYZ 16.81 12.71 31.7 -
YUV 102.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 121 84 153 0.21 0.45 0 0.4 272.17 0.29 0.46
Hex 79 54 99 15 2D 0 28 110 1D 2E
Octal 171 124 231 25 55 0 50 420 35 56
Binary 1111001 1010100 10011001 10101 101101 0 101000 100010000 11101 101110

Color Harmonies of #795499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795499

Black with #795499

Text Example


Text Example

White with #795499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795499; }

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

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

background-color css

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

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

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

border-color css

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

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

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