#754D9D

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

Shades of Studio #754D9D

Tints of Studio #754D9D

Color information

#754D9D (or 0x754D9D) is unknown color: approx Studio. HEX triplet: 75, 4D and 9D. RGB value is (117,77,157). Sum of RGB (Red+Green+Blue) = 117+77+157=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #754D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D9D is #8AB262. Grayscale: #616161. Windows color (decimal): -9089635 or 10308981. OLE color: 10308981.

HSL color Cylindrical-coordinate representation of color #754D9D: hue angle of 270º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754D9D is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11777157-
CMYK0.250.5100.38
HSL270º34.19%45.88%-
HSV(B)270º50.96%61.57%-
XYZ16.0811.5233.28-
YUV98.08161.25141.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 157 (61.72% from 255) = 44.73%
R=33.33%
G=21.94%
B=44.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117771570.250.5100.3827034.1945.88
Hex754D9D193302610e222e
Octal16511523531630464164256
Binary1110101100110110011101110011100110100110100001110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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