#755694

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

Shades of Studio #755694

Tints of Studio #755694

Color information

#755694 (or 0x755694) is unknown color: approx Studio. HEX triplet: 75, 56 and 94. RGB value is (117,86,148). Sum of RGB (Red+Green+Blue) = 117+86+148=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #755694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755694 is #8AA96B. Grayscale: #666666. Windows color (decimal): -9087340 or 9721461. OLE color: 9721461.

HSL color Cylindrical-coordinate representation of color #755694: hue angle of 270º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755694 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11786148-
CMYK0.210.4200.42
HSL270º26.5%45.88%-
HSV(B)270º41.89%58.04%-
XYZ16.0112.5829.6-
YUV102.34153.77138.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 148 (58.20% from 255) = 42.17%
R=33.33%
G=24.50%
B=42.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117861480.210.4200.4227026.545.88
Hex755694152A02A10e1a2e
Octal16512622425520524163256
Binary111010110101101001010010101101010010101010000111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755694; }

 p { color: rgb(117,86,148); }

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

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

 a { background-color: rgb(117,86,148); }

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

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

 span { border-color: rgb(117,86,148); }

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