Html Css Color HEX #795296 Studio

📋 copy color: '#795296'

red 121 ◦ green 82 ◦ blue 150

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

Shades of Studio #795296

Tints of Studio #795296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 34.28%
G = 23.23%
B = 42.49%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#795296 (or 0x795296) is known color: Studio. HEX triplet: 79, 52 and 96. RGB value is (121,82,150). Sum of RGB (Red+Green+Blue) = 121+82+150=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #795296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795296 is #86AD69. Grayscale: #656565. Windows color (decimal): -8826218 or 9851513. OLE color: 9851513.

HSL color Cylindrical-coordinate representation of color #795296: hue angle of 274.41º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795296 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 82 150 -
CMYK 0.19 0.45 0 0.41
HSL 274.41º 0.29% 0.45% -
HSV(B) 274.41º 0.45% 0.59% -
XYZ 16.41 12.3 30.36 -
YUV 101.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 121 82 150 0.19 0.45 0 0.41 274.41 0.29 0.45
Hex 79 52 96 13 2D 0 29 112 1D 2D
Octal 171 122 226 23 55 0 51 422 35 55
Binary 1111001 1010010 10010110 10011 101101 0 101001 100010010 11101 101101

Color Harmonies of #795296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795296

Black with #795296

Text Example


Text Example

White with #795296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795296; }

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

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

background-color css

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

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

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

border-color css

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

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

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