#755895

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

Shades of Studio #755895

Tints of Studio #755895

Color information

#755895 (or 0x755895) is unknown color: approx Studio. HEX triplet: 75, 58 and 95. RGB value is (117,88,149). Sum of RGB (Red+Green+Blue) = 117+88+149=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #755895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755895 is #8AA76A. Grayscale: #676767. Windows color (decimal): -9086827 or 9787509. OLE color: 9787509.

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

Color convert

RGB11788149-
CMYK0.210.4100.42
HSL268.52º25.74%46.47%-
HSV(B)268.52º40.94%58.43%-
XYZ16.2512.9330.07-
YUV103.62153.61137.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=33.05%
G=24.86%
B=42.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117881490.210.4100.42268.5225.7446.47
Hex755895152902A10d1a2e
Octal16513022525510524153256
Binary111010110110001001010110101101001010101010000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755895; }

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

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

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

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

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

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

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

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