#7647BC

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

Shades of Studio #7647BC

Tints of Studio #7647BC

Color information

#7647BC (or 0x7647BC) is unknown color: approx Studio. HEX triplet: 76, 47 and BC. RGB value is (118,71,188). Sum of RGB (Red+Green+Blue) = 118+71+188=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #7647BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7647BC is #89B843. Grayscale: #616161. Windows color (decimal): -9025604 or 12339062. OLE color: 12339062.

HSL color Cylindrical-coordinate representation of color #7647BC: hue angle of 264.1º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7647BC is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11871188-
CMYK0.370.6200.26
HSL264.1º46.61%50.78%-
HSV(B)264.1º62.23%73.73%-
XYZ18.811.9948.9-
YUV98.39178.57141.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=31.30%
G=18.83%
B=49.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118711880.370.6200.26264.146.6150.78
Hex7647BC253E01A1082f33
Octal16610727445760324105763
Binary1110110100011110111100100101111110011010100001000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7647BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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