Html Css Color HEX #795397 Studio

📋 copy color: '#795397'

red 121 ◦ green 83 ◦ blue 151

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

Shades of Studio #795397

Tints of Studio #795397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 34.08%
G = 23.38%
B = 42.54%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#795397 (or 0x795397) is known color: Studio. HEX triplet: 79, 53 and 97. RGB value is (121,83,151). Sum of RGB (Red+Green+Blue) = 121+83+151=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #795397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795397 is #86AC68. Grayscale: #656565. Windows color (decimal): -8825961 or 9917305. OLE color: 9917305.

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

Color convert

RGB 121 83 151 -
CMYK 0.20 0.45 0 0.41
HSL 273.53º 0.29% 0.46% -
HSV(B) 273.53º 0.45% 0.59% -
XYZ 16.56 12.49 30.82 -
YUV 102.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 121 83 151 0.20 0.45 0 0.41 273.53 0.29 0.46
Hex 79 53 97 14 2D 0 29 112 1D 2E
Octal 171 123 227 24 55 0 51 422 35 56
Binary 1111001 1010011 10010111 10100 101101 0 101001 100010010 11101 101110

Color Harmonies of #795397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795397

Black with #795397

Text Example


Text Example

White with #795397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795397; }

 p { color: rgb(121,83,151); }

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

background-color css

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

 a { background-color: rgb(121,83,151); }

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

border-color css

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

 span { border-color: rgb(121,83,151); }

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