#7646BD

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

Shades of Studio #7646BD

Tints of Studio #7646BD

Color information

#7646BD (or 0x7646BD) is unknown color: approx Studio. HEX triplet: 76, 46 and BD. RGB value is (118,70,189). Sum of RGB (Red+Green+Blue) = 118+70+189=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #7646BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7646BD is #89B942. Grayscale: #616161. Windows color (decimal): -9025859 or 12404342. OLE color: 12404342.

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

Color convert

RGB11870189-
CMYK0.380.6300.26
HSL264.2º47.41%50.78%-
HSV(B)264.2º62.96%74.12%-
XYZ18.8511.9149.45-
YUV97.92179.4142.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=31.30%
G=18.57%
B=50.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118701890.380.6300.26264.247.4150.78
Hex7646BD263F01A1082f33
Octal16610627546770324105763
Binary1110110100011010111101100110111111011010100001000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7646BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7646BD; }

 p { color: rgb(118,70,189); }

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

<style>
 a { background-color: #7646BD; }

 a { background-color: rgb(118,70,189); }

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

<style>
 span { border-color: #7646BD; }

 span { border-color: rgb(118,70,189); }

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