Html Css Color HEX #795196 Studio

📋 copy color: '#795196'

red 121 ◦ green 81 ◦ blue 150

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

Shades of Studio #795196

Tints of Studio #795196

RGB

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

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

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

R = 34.38%
G = 23.01%
B = 42.61%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#795196 (or 0x795196) is known color: Studio. HEX triplet: 79, 51 and 96. RGB value is (121,81,150). Sum of RGB (Red+Green+Blue) = 121+81+150=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #795196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795196 is #86AE69. Grayscale: #646464. Windows color (decimal): -8826474 or 9851257. OLE color: 9851257.

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

Color convert

RGB 121 81 150 -
CMYK 0.19 0.46 0 0.41
HSL 274.78º 0.3% 0.45% -
HSV(B) 274.78º 0.46% 0.59% -
XYZ 16.33 12.15 30.34 -
YUV 100.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 121 81 150 0.19 0.46 0 0.41 274.78 0.3 0.45
Hex 79 51 96 13 2E 0 29 113 1E 2D
Octal 171 121 226 23 56 0 51 423 36 55
Binary 1111001 1010001 10010110 10011 101110 0 101001 100010011 11110 101101

Color Harmonies of #795196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795196

Black with #795196

Text Example


Text Example

White with #795196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795196; }

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

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

background-color css

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

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

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

border-color css

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

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

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