#7546B8

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

Shades of Studio #7546B8

Tints of Studio #7546B8

Color information

#7546B8 (or 0x7546B8) is unknown color: approx Studio. HEX triplet: 75, 46 and B8. RGB value is (117,70,184). Sum of RGB (Red+Green+Blue) = 117+70+184=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #7546B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7546B8 is #8AB947. Grayscale: #606060. Windows color (decimal): -9091400 or 12076661. OLE color: 12076661.

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

Color convert

RGB11770184-
CMYK0.360.6200.28
HSL264.74º44.88%49.8%-
HSV(B)264.74º61.96%72.16%-
XYZ18.1811.6246.63-
YUV97.05177.07142.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 184 (72.27% from 255) = 49.60%
R=31.54%
G=18.87%
B=49.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117701840.360.6200.28264.7444.8849.8
Hex7546B8243E01C1092d32
Octal16510627044760344115562
Binary1110101100011010111000100100111110011100100001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7546B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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