#7647BA

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

Shades of Studio #7647BA

Tints of Studio #7647BA

Color information

#7647BA (or 0x7647BA) is unknown color: approx Studio. HEX triplet: 76, 47 and BA. RGB value is (118,71,186). Sum of RGB (Red+Green+Blue) = 118+71+186=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #7647BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7647BA is #89B845. Grayscale: #616161. Windows color (decimal): -9025606 or 12207990. OLE color: 12207990.

HSL color Cylindrical-coordinate representation of color #7647BA: hue angle of 264.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7647BA is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11871186-
CMYK0.370.6200.27
HSL264.52º45.45%50.39%-
HSV(B)264.52º61.83%72.94%-
XYZ18.5911.947.77-
YUV98.16177.57142.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=31.47%
G=18.93%
B=49.6%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118711860.370.6200.27264.5245.4550.39
Hex7647BA253E01B1092d32
Octal16610727245760334115562
Binary1110110100011110111010100101111110011011100001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7647BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7647BA; }

 p { color: rgb(118,71,186); }

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

<style>
 a { background-color: #7647BA; }

 a { background-color: rgb(118,71,186); }

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

<style>
 span { border-color: #7647BA; }

 span { border-color: rgb(118,71,186); }

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