Html Css Color HEX #795AA8 Studio

📋 copy color: '#795AA8'

red 121 ◦ green 90 ◦ blue 168

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

Shades of Studio #795AA8

Tints of Studio #795AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.33%

R = 31.93%
G = 23.75%
B = 44.33%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#795AA8 (or 0x795AA8) is known color: Studio. HEX triplet: 79, 5A and A8. RGB value is (121,90,168). Sum of RGB (Red+Green+Blue) = 121+90+168=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 168 - color contains mainly: blue. Hex color #795AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795AA8 is #86A557. Grayscale: #6B6B6B. Windows color (decimal): -8824152 or 11033209. OLE color: 11033209.

HSL color Cylindrical-coordinate representation of color #795AA8: hue angle of 263.85º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #795AA8 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 121 90 168 -
CMYK 0.28 0.46 0 0.34
HSL 263.85º 0.31% 0.51% -
HSV(B) 263.85º 0.46% 0.66% -
XYZ 18.61 14.2 38.81 -
YUV 108.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 121 90 168 0.28 0.46 0 0.34 263.85 0.31 0.51
Hex 79 5A A8 1C 2E 0 22 108 1F 33
Octal 171 132 250 34 56 0 42 410 37 63
Binary 1111001 1011010 10101000 11100 101110 0 100010 100001000 11111 110011

Color Harmonies of #795AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AA8

Black with #795AA8

Text Example


Text Example

White with #795AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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