#754EB5

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

Shades of Studio #754EB5

Tints of Studio #754EB5

Color information

#754EB5 (or 0x754EB5) is unknown color: approx Studio. HEX triplet: 75, 4E and B5. RGB value is (117,78,181). Sum of RGB (Red+Green+Blue) = 117+78+181=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #754EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EB5 is #8AB14A. Grayscale: #656565. Windows color (decimal): -9089355 or 11882101. OLE color: 11882101.

HSL color Cylindrical-coordinate representation of color #754EB5: hue angle of 262.72º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754EB5 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11778181-
CMYK0.350.5700.29
HSL262.72º41.04%50.78%-
HSV(B)262.72º56.91%70.98%-
XYZ18.412.5745.17-
YUV101.4172.92139.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 181 (71.09% from 255) = 48.14%
R=31.12%
G=20.74%
B=48.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117781810.350.5700.29262.7241.0450.78
Hex754EB5233901D1072933
Octal16511626543710354075163
Binary1110101100111010110101100011111001011101100000111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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