#755C9B

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

Shades of Studio #755C9B

Tints of Studio #755C9B

Color information

#755C9B (or 0x755C9B) is unknown color: approx Studio. HEX triplet: 75, 5C and 9B. RGB value is (117,92,155). Sum of RGB (Red+Green+Blue) = 117+92+155=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #755C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C9B is #8AA364. Grayscale: #6A6A6A. Windows color (decimal): -9085797 or 10181749. OLE color: 10181749.

HSL color Cylindrical-coordinate representation of color #755C9B: hue angle of 263.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755C9B is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11792155-
CMYK0.250.4100.39
HSL263.81º25.51%48.43%-
HSV(B)263.81º40.65%60.78%-
XYZ17.0813.832.77-
YUV106.66155.28135.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=32.14%
G=25.27%
B=42.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117921550.250.4100.39263.8125.5148.43
Hex755C9B19290271081a30
Octal16513423331510474103260
Binary111010110111001001101111001101001010011110000100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755C9B; }

 p { color: rgb(117,92,155); }

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

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

 a { background-color: rgb(117,92,155); }

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

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

 span { border-color: rgb(117,92,155); }

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