#755899

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

Shades of Studio #755899

Tints of Studio #755899

Color information

#755899 (or 0x755899) is unknown color: approx Studio. HEX triplet: 75, 58 and 99. RGB value is (117,88,153). Sum of RGB (Red+Green+Blue) = 117+88+153=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #755899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755899 is #8AA766. Grayscale: #676767. Windows color (decimal): -9086823 or 10049653. OLE color: 10049653.

HSL color Cylindrical-coordinate representation of color #755899: hue angle of 266.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755899 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11788153-
CMYK0.240.4200.4
HSL266.77º26.97%47.25%-
HSV(B)266.77º42.48%60%-
XYZ16.5813.0631.78-
YUV104.08155.61137.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=32.68%
G=24.58%
B=42.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117881530.240.4200.4266.7726.9747.25
Hex755899182A02810b1b2f
Octal16513023130520504133357
Binary111010110110001001100111000101010010100010000101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755899; }

 p { color: rgb(117,88,153); }

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

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

 a { background-color: rgb(117,88,153); }

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

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

 span { border-color: rgb(117,88,153); }

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