Html Css Color HEX #795A95 Studio

📋 copy color: '#795A95'

red 121 ◦ green 90 ◦ blue 149

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

Shades of Studio #795A95

Tints of Studio #795A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

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

R = 33.61%
G = 25%
B = 41.39%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#795A95 (or 0x795A95) is known color: Studio. HEX triplet: 79, 5A and 95. RGB value is (121,90,149). Sum of RGB (Red+Green+Blue) = 121+90+149=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #795A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795A95 is #86A56A. Grayscale: #696969. Windows color (decimal): -8824171 or 9788025. OLE color: 9788025.

HSL color Cylindrical-coordinate representation of color #795A95: hue angle of 271.53º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795A95 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 90 149 -
CMYK 0.19 0.40 0 0.42
HSL 271.53º 0.25% 0.47% -
HSV(B) 271.53º 0.4% 0.58% -
XYZ 16.97 13.55 30.15 -
YUV 106 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 121 90 149 0.19 0.40 0 0.42 271.53 0.25 0.47
Hex 79 5A 95 13 28 0 2A 110 19 2F
Octal 171 132 225 23 50 0 52 420 31 57
Binary 1111001 1011010 10010101 10011 101000 0 101010 100010000 11001 101111

Color Harmonies of #795A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795A95

Black with #795A95

Text Example


Text Example

White with #795A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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