#7655AD

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

Shades of Studio #7655AD

Tints of Studio #7655AD

Color information

#7655AD (or 0x7655AD) is unknown color: approx Studio. HEX triplet: 76, 55 and AD. RGB value is (118,85,173). Sum of RGB (Red+Green+Blue) = 118+85+173=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #7655AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7655AD is #89AA52. Grayscale: #686868. Windows color (decimal): -9022035 or 11359606. OLE color: 11359606.

HSL color Cylindrical-coordinate representation of color #7655AD: hue angle of 262.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7655AD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11885173-
CMYK0.320.5100.32
HSL262.5º34.92%50.59%-
HSV(B)262.5º50.87%67.84%-
XYZ18.2613.3741.15-
YUV104.9166.43137.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=31.38%
G=22.61%
B=46.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118851730.320.5100.32262.534.9250.59
Hex7655AD20330201062333
Octal16612525540630404064363
Binary11101101010101101011011000001100110100000100000110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7655AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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