Html Css Color HEX #795A96 Studio

📋 copy color: '#795A96'

red 121 ◦ green 90 ◦ blue 150

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

Shades of Studio #795A96

Tints of Studio #795A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 33.52%
G = 24.93%
B = 41.55%

CMYK

 C value IS 0.19

 M value IS 0.4

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#795A96 (or 0x795A96) is known color: Studio. HEX triplet: 79, 5A and 96. RGB value is (121,90,150). Sum of RGB (Red+Green+Blue) = 121+90+150=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #795A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795A96 is #86A569. Grayscale: #696969. Windows color (decimal): -8824170 or 9853561. OLE color: 9853561.

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

Color convert

RGB 121 90 150 -
CMYK 0.19 0.4 0 0.41
HSL 271º 0.25% 0.47% -
HSV(B) 271º 0.4% 0.59% -
XYZ 17.05 13.58 30.58 -
YUV 106.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 121 90 150 0.19 0.4 0 0.41 271 0.25 0.47
Hex 79 5A 96 13 28 0 29 10F 19 2F
Octal 171 132 226 23 50 0 51 417 31 57
Binary 1111001 1011010 10010110 10011 101000 0 101001 100001111 11001 101111

Color Harmonies of #795A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795A96

Black with #795A96

Text Example


Text Example

White with #795A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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