#7557AB

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

Shades of Studio #7557AB

Tints of Studio #7557AB

Color information

#7557AB (or 0x7557AB) is unknown color: approx Studio. HEX triplet: 75, 57 and AB. RGB value is (117,87,171). Sum of RGB (Red+Green+Blue) = 117+87+171=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #7557AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7557AB is #8AA854. Grayscale: #696969. Windows color (decimal): -9087061 or 11229045. OLE color: 11229045.

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

Color convert

RGB11787171-
CMYK0.320.4900.33
HSL261.43º33.33%50.59%-
HSV(B)261.43º49.12%67.06%-
XYZ18.0913.5440.19-
YUV105.55164.94136.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=31.2%
G=23.2%
B=45.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117871710.320.4900.33261.4333.3350.59
Hex7557AB20310211052133
Octal16512725340610414054163
Binary11101011010111101010111000001100010100001100000101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7557AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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