Html Css Color HEX #795897 Studio

📋 copy color: '#795897'

red 121 ◦ green 88 ◦ blue 151

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

Shades of Studio #795897

Tints of Studio #795897

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

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

R = 33.61%
G = 24.44%
B = 41.94%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#795897 (or 0x795897) is known color: Studio. HEX triplet: 79, 58 and 97. RGB value is (121,88,151). Sum of RGB (Red+Green+Blue) = 121+88+151=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #795897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795897 is #86A768. Grayscale: #686868. Windows color (decimal): -8824681 or 9918585. OLE color: 9918585.

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

Color convert

RGB 121 88 151 -
CMYK 0.20 0.42 0 0.41
HSL 271.43º 0.26% 0.47% -
HSV(B) 271.43º 0.42% 0.59% -
XYZ 16.96 13.28 30.95 -
YUV 105.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 121 88 151 0.20 0.42 0 0.41 271.43 0.26 0.47
Hex 79 58 97 14 2A 0 29 10F 1A 2F
Octal 171 130 227 24 52 0 51 417 32 57
Binary 1111001 1011000 10010111 10100 101010 0 101001 100001111 11010 101111

Color Harmonies of #795897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795897

Black with #795897

Text Example


Text Example

White with #795897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795897; }

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

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

background-color css

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

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

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

border-color css

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

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

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