#754DB9

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

Shades of Studio #754DB9

Tints of Studio #754DB9

Color information

#754DB9 (or 0x754DB9) is unknown color: approx Studio. HEX triplet: 75, 4D and B9. RGB value is (117,77,185). Sum of RGB (Red+Green+Blue) = 117+77+185=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #754DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DB9 is #8AB246. Grayscale: #646464. Windows color (decimal): -9089607 or 12143989. OLE color: 12143989.

HSL color Cylindrical-coordinate representation of color #754DB9: hue angle of 262.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754DB9 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11777185-
CMYK0.370.5800.27
HSL262.22º43.55%51.37%-
HSV(B)262.22º58.38%72.55%-
XYZ18.7512.5947.34-
YUV101.27175.25139.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 185 (72.66% from 255) = 48.81%
R=30.87%
G=20.32%
B=48.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117771850.370.5800.27262.2243.5551.37
Hex754DB9253A01B1062c33
Octal16511527145720334065463
Binary1110101100110110111001100101111010011011100000110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754DB9; }

 p { color: rgb(117,77,185); }

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

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

 a { background-color: rgb(117,77,185); }

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

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

 span { border-color: rgb(117,77,185); }

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