#754D9E

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

Shades of Studio #754D9E

Tints of Studio #754D9E

Color information

#754D9E (or 0x754D9E) is unknown color: approx Studio. HEX triplet: 75, 4D and 9E. RGB value is (117,77,158). Sum of RGB (Red+Green+Blue) = 117+77+158=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #754D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D9E is #8AB261. Grayscale: #616161. Windows color (decimal): -9089634 or 10374517. OLE color: 10374517.

HSL color Cylindrical-coordinate representation of color #754D9E: hue angle of 269.63º 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 #754D9E is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11777158-
CMYK0.260.5100.38
HSL269.63º34.47%46.08%-
HSV(B)269.63º51.27%61.96%-
XYZ16.1611.5633.73-
YUV98.19161.75141.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=33.24%
G=21.88%
B=44.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117771580.260.5100.38269.6334.4746.08
Hex754D9E1A3302610e222e
Octal16511523632630464164256
Binary1110101100110110011110110101100110100110100001110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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