#7651AE

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

Shades of Studio #7651AE

Tints of Studio #7651AE

Color information

#7651AE (or 0x7651AE) is unknown color: approx Studio. HEX triplet: 76, 51 and AE. RGB value is (118,81,174). Sum of RGB (Red+Green+Blue) = 118+81+174=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #7651AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7651AE is #89AE51. Grayscale: #666666. Windows color (decimal): -9023058 or 11424118. OLE color: 11424118.

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

Color convert

RGB11881174-
CMYK0.320.5300.32
HSL263.87º36.47%50%-
HSV(B)263.87º53.45%68.24%-
XYZ18.0512.7941.56-
YUV102.66168.26138.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=31.64%
G=21.72%
B=46.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118811740.320.5300.32263.8736.4750
Hex7651AE20350201082432
Octal16612125640650404104462
Binary11101101010001101011101000001101010100000100001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7651AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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