#7549B8

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

Shades of Studio #7549B8

Tints of Studio #7549B8

Color information

#7549B8 (or 0x7549B8) is unknown color: approx Studio. HEX triplet: 75, 49 and B8. RGB value is (117,73,184). Sum of RGB (Red+Green+Blue) = 117+73+184=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #7549B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549B8 is #8AB647. Grayscale: #626262. Windows color (decimal): -9090632 or 12077429. OLE color: 12077429.

HSL color Cylindrical-coordinate representation of color #7549B8: hue angle of 263.78º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7549B8 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11773184-
CMYK0.360.6000.28
HSL263.78º43.87%50.39%-
HSV(B)263.78º60.33%72.16%-
XYZ18.3712.0146.7-
YUV98.81176.08140.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 184 (72.27% from 255) = 49.20%
R=31.28%
G=19.52%
B=49.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117731840.360.6000.28263.7843.8750.39
Hex7549B8243C01C1082c32
Octal16511127044740344105462
Binary1110101100100110111000100100111100011100100001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7549B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7549B8; }

 p { color: rgb(117,73,184); }

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

<style>
 a { background-color: #7549B8; }

 a { background-color: rgb(117,73,184); }

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

<style>
 span { border-color: #7549B8; }

 span { border-color: rgb(117,73,184); }

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