#7546BC

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

Shades of Studio #7546BC

Tints of Studio #7546BC

Color information

#7546BC (or 0x7546BC) is unknown color: approx Studio. HEX triplet: 75, 46 and BC. RGB value is (117,70,188). Sum of RGB (Red+Green+Blue) = 117+70+188=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #7546BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7546BC is #8AB943. Grayscale: #616161. Windows color (decimal): -9091396 or 12338805. OLE color: 12338805.

HSL color Cylindrical-coordinate representation of color #7546BC: hue angle of 263.9º 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 #7546BC is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11770188-
CMYK0.380.6300.26
HSL263.9º46.83%50.59%-
HSV(B)263.9º62.77%73.73%-
XYZ18.611.7948.87-
YUV97.5179.07141.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=31.2%
G=18.67%
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
Decimal117701880.380.6300.26263.946.8350.59
Hex7546BC263F01A1082f33
Octal16510627446770324105763
Binary1110101100011010111100100110111111011010100001000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7546BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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