#7653AE

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

Shades of Studio #7653AE

Tints of Studio #7653AE

Color information

#7653AE (or 0x7653AE) is unknown color: approx Studio. HEX triplet: 76, 53 and AE. RGB value is (118,83,174). Sum of RGB (Red+Green+Blue) = 118+83+174=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #7653AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7653AE is #89AC51. Grayscale: #676767. Windows color (decimal): -9022546 or 11424630. OLE color: 11424630.

HSL color Cylindrical-coordinate representation of color #7653AE: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7653AE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11883174-
CMYK0.320.5200.32
HSL263.08º35.97%50.39%-
HSV(B)263.08º52.3%68.24%-
XYZ18.213.0941.61-
YUV103.84167.6138.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=31.47%
G=22.13%
B=46.4%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118831740.320.5200.32263.0835.9750.39
Hex7653AE20340201072432
Octal16612325640640404074462
Binary11101101010011101011101000001101000100000100000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7653AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7653AE; }

 p { color: rgb(118,83,174); }

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

<style>
 a { background-color: #7653AE; }

 a { background-color: rgb(118,83,174); }

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

<style>
 span { border-color: #7653AE; }

 span { border-color: rgb(118,83,174); }

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