#7659A4

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

Shades of Studio #7659A4

Tints of Studio #7659A4

Color information

#7659A4 (or 0x7659A4) is unknown color: approx Studio. HEX triplet: 76, 59 and A4. RGB value is (118,89,164). Sum of RGB (Red+Green+Blue) = 118+89+164=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #7659A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7659A4 is #89A65B. Grayscale: #696969. Windows color (decimal): -9021020 or 10770806. OLE color: 10770806.

HSL color Cylindrical-coordinate representation of color #7659A4: hue angle of 263.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7659A4 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11889164-
CMYK0.280.4600.36
HSL263.2º29.64%49.61%-
HSV(B)263.2º45.73%64.31%-
XYZ17.7413.6836.83-
YUV106.22160.61136.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 164 (64.45% from 255) = 44.20%
R=31.81%
G=23.99%
B=44.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118891640.280.4600.36263.229.6449.61
Hex7659A41C2E0241071e32
Octal16613124434560444073662
Binary111011010110011010010011100101110010010010000011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7659A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7659A4; }

 p { color: rgb(118,89,164); }

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

<style>
 a { background-color: #7659A4; }

 a { background-color: rgb(118,89,164); }

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

<style>
 span { border-color: #7659A4; }

 span { border-color: rgb(118,89,164); }

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