Html Css Color HEX #795AAA Studio

📋 copy color: '#795AAA'

red 121 ◦ green 90 ◦ blue 170

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

Shades of Studio #795AAA

Tints of Studio #795AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 31.76%
G = 23.62%
B = 44.62%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#795AAA (or 0x795AAA) is known color: Studio. HEX triplet: 79, 5A and AA. RGB value is (121,90,170). Sum of RGB (Red+Green+Blue) = 121+90+170=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #795AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795AAA is #86A555. Grayscale: #6C6C6C. Windows color (decimal): -8824150 or 11164281. OLE color: 11164281.

HSL color Cylindrical-coordinate representation of color #795AAA: hue angle of 263.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795AAA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 90 170 -
CMYK 0.29 0.47 0 0.33
HSL 263.25º 0.32% 0.51% -
HSV(B) 263.25º 0.47% 0.67% -
XYZ 18.8 14.28 39.8 -
YUV 108.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 121 90 170 0.29 0.47 0 0.33 263.25 0.32 0.51
Hex 79 5A AA 1D 2F 0 21 107 20 33
Octal 171 132 252 35 57 0 41 407 40 63
Binary 1111001 1011010 10101010 11101 101111 0 100001 100000111 100000 110011

Color Harmonies of #795AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AAA

Black with #795AAA

Text Example


Text Example

White with #795AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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