#7649BE

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

Shades of Studio #7649BE

Tints of Studio #7649BE

Color information

#7649BE (or 0x7649BE) is unknown color: approx Studio. HEX triplet: 76, 49 and BE. RGB value is (118,73,190). Sum of RGB (Red+Green+Blue) = 118+73+190=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #7649BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7649BE is #89B641. Grayscale: #636363. Windows color (decimal): -9025090 or 12470646. OLE color: 12470646.

HSL color Cylindrical-coordinate representation of color #7649BE: hue angle of 263.08º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7649BE is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11873190-
CMYK0.380.6200.25
HSL263.08º47.37%51.57%-
HSV(B)263.08º61.58%74.51%-
XYZ19.1512.3350.09-
YUV99.79178.91140.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=30.97%
G=19.16%
B=49.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118731900.380.6200.25263.0847.3751.57
Hex7649BE263E0191072f34
Octal16611127646760314075764
Binary1110110100100110111110100110111110011001100000111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7649BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7649BE; }

 p { color: rgb(118,73,190); }

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

<style>
 a { background-color: #7649BE; }

 a { background-color: rgb(118,73,190); }

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

<style>
 span { border-color: #7649BE; }

 span { border-color: rgb(118,73,190); }

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