#7554AB

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

Shades of Studio #7554AB

Tints of Studio #7554AB

Color information

#7554AB (or 0x7554AB) is unknown color: approx Studio. HEX triplet: 75, 54 and AB. RGB value is (117,84,171). Sum of RGB (Red+Green+Blue) = 117+84+171=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #7554AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7554AB is #8AAB54. Grayscale: #676767. Windows color (decimal): -9087829 or 11228277. OLE color: 11228277.

HSL color Cylindrical-coordinate representation of color #7554AB: hue angle of 262.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7554AB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11784171-
CMYK0.320.5100.33
HSL262.76º34.12%50%-
HSV(B)262.76º50.88%67.06%-
XYZ17.8613.0640.11-
YUV103.78165.93137.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=31.45%
G=22.58%
B=45.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117841710.320.5100.33262.7634.1250
Hex7554AB20330211072232
Octal16512425340630414074262
Binary11101011010100101010111000001100110100001100000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7554AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7554AB; }

 p { color: rgb(117,84,171); }

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

<style>
 a { background-color: #7554AB; }

 a { background-color: rgb(117,84,171); }

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

<style>
 span { border-color: #7554AB; }

 span { border-color: rgb(117,84,171); }

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