Html Css Color HEX #795299 Studio

📋 copy color: '#795299'

red 121 ◦ green 82 ◦ blue 153

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

Shades of Studio #795299

Tints of Studio #795299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 33.99%
G = 23.03%
B = 42.98%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#795299 (or 0x795299) is known color: Studio. HEX triplet: 79, 52 and 99. RGB value is (121,82,153). Sum of RGB (Red+Green+Blue) = 121+82+153=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #795299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795299 is #86AD66. Grayscale: #656565. Windows color (decimal): -8826215 or 10048121. OLE color: 10048121.

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

Color convert

RGB 121 82 153 -
CMYK 0.21 0.46 0 0.4
HSL 272.96º 0.3% 0.46% -
HSV(B) 272.96º 0.46% 0.6% -
XYZ 16.65 12.4 31.65 -
YUV 101.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 121 82 153 0.21 0.46 0 0.4 272.96 0.3 0.46
Hex 79 52 99 15 2E 0 28 111 1E 2E
Octal 171 122 231 25 56 0 50 421 36 56
Binary 1111001 1010010 10011001 10101 101110 0 101000 100010001 11110 101110

Color Harmonies of #795299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795299

Black with #795299

Text Example


Text Example

White with #795299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795299; }

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

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

background-color css

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

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

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

border-color css

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

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

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