#7652AD

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

Shades of Studio #7652AD

Tints of Studio #7652AD

Color information

#7652AD (or 0x7652AD) is unknown color: approx Studio. HEX triplet: 76, 52 and AD. RGB value is (118,82,173). Sum of RGB (Red+Green+Blue) = 118+82+173=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #7652AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7652AD is #89AD52. Grayscale: #666666. Windows color (decimal): -9022803 or 11358838. OLE color: 11358838.

HSL color Cylindrical-coordinate representation of color #7652AD: hue angle of 263.74º 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 #7652AD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11882173-
CMYK0.320.5300.32
HSL263.74º35.69%50%-
HSV(B)263.74º52.6%67.84%-
XYZ18.0312.941.08-
YUV103.14167.43138.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=31.64%
G=21.98%
B=46.38%

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
Decimal118821730.320.5300.32263.7435.6950
Hex7652AD20350201082432
Octal16612225540650404104462
Binary11101101010010101011011000001101010100000100001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7652AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7652AD; }

 p { color: rgb(118,82,173); }

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

<style>
 a { background-color: #7652AD; }

 a { background-color: rgb(118,82,173); }

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

<style>
 span { border-color: #7652AD; }

 span { border-color: rgb(118,82,173); }

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