Html Css Color HEX #795895 Studio

📋 copy color: '#795895'

red 121 ◦ green 88 ◦ blue 149

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

Shades of Studio #795895

Tints of Studio #795895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.62%

R = 33.8%
G = 24.58%
B = 41.62%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#795895 (or 0x795895) is known color: Studio. HEX triplet: 79, 58 and 95. RGB value is (121,88,149). Sum of RGB (Red+Green+Blue) = 121+88+149=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #795895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795895 is #86A76A. Grayscale: #686868. Windows color (decimal): -8824683 or 9787513. OLE color: 9787513.

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

Color convert

RGB 121 88 149 -
CMYK 0.19 0.41 0 0.42
HSL 272.46º 0.26% 0.46% -
HSV(B) 272.46º 0.41% 0.58% -
XYZ 16.8 13.21 30.1 -
YUV 104.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 121 88 149 0.19 0.41 0 0.42 272.46 0.26 0.46
Hex 79 58 95 13 29 0 2A 110 1A 2E
Octal 171 130 225 23 51 0 52 420 32 56
Binary 1111001 1011000 10010101 10011 101001 0 101010 100010000 11010 101110

Color Harmonies of #795895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795895

Black with #795895

Text Example


Text Example

White with #795895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795895; }

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

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

background-color css

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

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

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

border-color css

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

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

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