Html Css Color HEX #795198 Studio

📋 copy color: '#795198'

red 121 ◦ green 81 ◦ blue 152

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

Shades of Studio #795198

Tints of Studio #795198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 34.18%
G = 22.88%
B = 42.94%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#795198 (or 0x795198) is known color: Studio. HEX triplet: 79, 51 and 98. RGB value is (121,81,152). Sum of RGB (Red+Green+Blue) = 121+81+152=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #795198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795198 is #86AE67. Grayscale: #646464. Windows color (decimal): -8826472 or 9982329. OLE color: 9982329.

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

Color convert

RGB 121 81 152 -
CMYK 0.20 0.47 0 0.40
HSL 273.8º 0.3% 0.46% -
HSV(B) 273.8º 0.47% 0.6% -
XYZ 16.5 12.22 31.19 -
YUV 101.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 121 81 152 0.20 0.47 0 0.40 273.8 0.3 0.46
Hex 79 51 98 14 2F 0 28 112 1E 2E
Octal 171 121 230 24 57 0 50 422 36 56
Binary 1111001 1010001 10011000 10100 101111 0 101000 100010010 11110 101110

Color Harmonies of #795198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795198

Black with #795198

Text Example


Text Example

White with #795198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795198; }

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

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

background-color css

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

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

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

border-color css

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

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

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