#755698

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

Shades of Studio #755698

Tints of Studio #755698

Color information

#755698 (or 0x755698) is unknown color: approx Studio. HEX triplet: 75, 56 and 98. RGB value is (117,86,152). Sum of RGB (Red+Green+Blue) = 117+86+152=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #755698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755698 is #8AA967. Grayscale: #666666. Windows color (decimal): -9087336 or 9983605. OLE color: 9983605.

HSL color Cylindrical-coordinate representation of color #755698: hue angle of 268.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #755698 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11786152-
CMYK0.230.4300.40
HSL268.18º27.73%46.67%-
HSV(B)268.18º43.42%59.61%-
XYZ16.3312.731.3-
YUV102.79155.77138.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=32.96%
G=24.23%
B=42.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117861520.230.4300.40268.1827.7346.67
Hex755698172B02810c1c2f
Octal16512623027530504143457
Binary111010110101101001100010111101011010100010000110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755698; }

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

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

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

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

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

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

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

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