#754E9C

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

Shades of Studio #754E9C

Tints of Studio #754E9C

Color information

#754E9C (or 0x754E9C) is unknown color: approx Studio. HEX triplet: 75, 4E and 9C. RGB value is (117,78,156). Sum of RGB (Red+Green+Blue) = 117+78+156=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #754E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754E9C is #8AB163. Grayscale: #626262. Windows color (decimal): -9089380 or 10243701. OLE color: 10243701.

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

Color convert

RGB11778156-
CMYK0.250.500.39
HSL270º33.33%45.88%-
HSV(B)270º50%61.18%-
XYZ16.0611.6332.85-
YUV98.55160.42141.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117781560.250.500.3927033.3345.88
Hex754E9C193202710e212e
Octal16511623431620474164156
Binary1110101100111010011100110011100100100111100001110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,78,156); }

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

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

 a { background-color: rgb(117,78,156); }

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

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

 span { border-color: rgb(117,78,156); }

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