#793EAF

Color #793EAF Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #793EAF

Tints of Studio #793EAF

Color information

#793EAF (or 0x793EAF) is unknown color: approx Studio. HEX triplet: 79, 3E and AF. RGB value is (121,62,175). Sum of RGB (Red+Green+Blue) = 121+62+175=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #793EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793EAF is #86C150. Grayscale: #5C5C5C. Windows color (decimal): -8831313 or 11484793. OLE color: 11484793.

HSL color Cylindrical-coordinate representation of color #793EAF: hue angle of 271.33º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #793EAF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12162175-
CMYK0.310.6500.31
HSL271.33º47.68%46.47%-
HSV(B)271.33º64.57%68.63%-
XYZ17.3510.6141.69-
YUV92.52174.55148.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 62 (24.61% from 255) = 17.32%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=33.80%
G=17.32%
B=48.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121621750.310.6500.31271.3347.6846.47
Hex793EAF1F4101F10f302e
Octal17176257371010374176056
Binary111100111111010101111111111000001011111100001111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793EAF; }

 p { color: rgb(121,62,175); }

 H1.HeaderClassName
 {
   color: #793EAF;
 }
 .AnyTagClassName
 {
   color: #793EAF;
 }
</style>
background-color css

<style>
 a { background-color: #793EAF; }

 a { background-color: rgb(121,62,175); }

 div.DivClassName
 {
   background-color: #793EAF;
 }
 .BgClassName
 {
   background-color: #793EAF;
 }
</style>
border-color css

<style>
 span { border-color: #793EAF; }

 span { border-color: rgb(121,62,175); }

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