Html Css Color HEX #795AAD Studio

📋 copy color: '#795AAD'

red 121 ◦ green 90 ◦ blue 173

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

Shades of Studio #795AAD

Tints of Studio #795AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 31.51%
G = 23.44%
B = 45.05%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#795AAD (or 0x795AAD) is known color: Studio. HEX triplet: 79, 5A and AD. RGB value is (121,90,173). Sum of RGB (Red+Green+Blue) = 121+90+173=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #795AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795AAD is #86A552. Grayscale: #6C6C6C. Windows color (decimal): -8824147 or 11360889. OLE color: 11360889.

HSL color Cylindrical-coordinate representation of color #795AAD: hue angle of 262.41º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #795AAD is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 90 173 -
CMYK 0.30 0.48 0 0.32
HSL 262.41º 0.34% 0.52% -
HSV(B) 262.41º 0.48% 0.68% -
XYZ 19.08 14.39 41.31 -
YUV 108.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 121 90 173 0.30 0.48 0 0.32 262.41 0.34 0.52
Hex 79 5A AD 1E 30 0 20 106 22 34
Octal 171 132 255 36 60 0 40 406 42 64
Binary 1111001 1011010 10101101 11110 110000 0 100000 100000110 100010 110100

Color Harmonies of #795AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AAD

Black with #795AAD

Text Example


Text Example

White with #795AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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