#754CB8

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

Shades of Studio #754CB8

Tints of Studio #754CB8

Color information

#754CB8 (or 0x754CB8) is unknown color: approx Studio. HEX triplet: 75, 4C and B8. RGB value is (117,76,184). Sum of RGB (Red+Green+Blue) = 117+76+184=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #754CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CB8 is #8AB347. Grayscale: #646464. Windows color (decimal): -9089864 or 12078197. OLE color: 12078197.

HSL color Cylindrical-coordinate representation of color #754CB8: hue angle of 262.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754CB8 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11776184-
CMYK0.360.5900.28
HSL262.78º43.2%50.98%-
HSV(B)262.78º58.7%72.16%-
XYZ18.5712.4146.76-
YUV100.57175.08139.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 184 (72.27% from 255) = 48.81%
R=31.03%
G=20.16%
B=48.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117761840.360.5900.28262.7843.250.98
Hex754CB8243B01C1072b33
Octal16511427044730344075363
Binary1110101100110010111000100100111011011100100000111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,76,184); }

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

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

 a { background-color: rgb(117,76,184); }

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

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

 span { border-color: rgb(117,76,184); }

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