Html Css Color HEX #796098 Studio

📋 copy color: '#796098'

red 121 ◦ green 96 ◦ blue 152

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

Shades of Studio #796098

Tints of Studio #796098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 152 (59.77% from 255) = 41.19%

R = 32.79%
G = 26.02%
B = 41.19%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#796098 (or 0x796098) is known color: Studio. HEX triplet: 79, 60 and 98. RGB value is (121,96,152). Sum of RGB (Red+Green+Blue) = 121+96+152=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #796098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796098 is #869F67. Grayscale: #6D6D6D. Windows color (decimal): -8822632 or 9986169. OLE color: 9986169.

HSL color Cylindrical-coordinate representation of color #796098: hue angle of 266.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #796098 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 96 152 -
CMYK 0.20 0.37 0 0.40
HSL 266.79º 0.23% 0.49% -
HSV(B) 266.79º 0.37% 0.6% -
XYZ 17.74 14.7 31.61 -
YUV 109.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 121 96 152 0.20 0.37 0 0.40 266.79 0.23 0.49
Hex 79 60 98 14 25 0 28 10B 17 31
Octal 171 140 230 24 45 0 50 413 27 61
Binary 1111001 1100000 10011000 10100 100101 0 101000 100001011 10111 110001

Color Harmonies of #796098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796098

Black with #796098

Text Example


Text Example

White with #796098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796098; }

 p { color: rgb(121,96,152); }

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

background-color css

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

 a { background-color: rgb(121,96,152); }

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

border-color css

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

 span { border-color: rgb(121,96,152); }

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