Html Css Color HEX #795DA0 Studio

📋 copy color: '#795DA0'

red 121 ◦ green 93 ◦ blue 160

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

Shades of Studio #795DA0

Tints of Studio #795DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.87%

 BLUE value IS 160 (62.89% from 255) = 42.78%

R = 32.35%
G = 24.87%
B = 42.78%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#795DA0 (or 0x795DA0) is known color: Studio. HEX triplet: 79, 5D and A0. RGB value is (121,93,160). Sum of RGB (Red+Green+Blue) = 121+93+160=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #795DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795DA0 is #86A25F. Grayscale: #6C6C6C. Windows color (decimal): -8823392 or 10509689. OLE color: 10509689.

HSL color Cylindrical-coordinate representation of color #795DA0: hue angle of 265.07º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #795DA0 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 93 160 -
CMYK 0.24 0.42 0 0.37
HSL 265.07º 0.26% 0.5% -
HSV(B) 265.07º 0.42% 0.63% -
XYZ 18.14 14.43 35.09 -
YUV 109.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 121 93 160 0.24 0.42 0 0.37 265.07 0.26 0.5
Hex 79 5D A0 18 2A 0 25 109 1A 32
Octal 171 135 240 30 52 0 45 411 32 62
Binary 1111001 1011101 10100000 11000 101010 0 100101 100001001 11010 110010

Color Harmonies of #795DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DA0

Black with #795DA0

Text Example


Text Example

White with #795DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,93,160); }

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

background-color css

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

 a { background-color: rgb(121,93,160); }

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

border-color css

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

 span { border-color: rgb(121,93,160); }

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