#754CBA

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

Shades of Studio #754CBA

Tints of Studio #754CBA

Color information

#754CBA (or 0x754CBA) is unknown color: approx Studio. HEX triplet: 75, 4C and BA. RGB value is (117,76,186). Sum of RGB (Red+Green+Blue) = 117+76+186=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #754CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CBA is #8AB345. Grayscale: #646464. Windows color (decimal): -9089862 or 12209269. OLE color: 12209269.

HSL color Cylindrical-coordinate representation of color #754CBA: hue angle of 262.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754CBA is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11776186-
CMYK0.370.5900.27
HSL262.36º44.35%51.37%-
HSV(B)262.36º59.14%72.94%-
XYZ18.7812.547.88-
YUV100.8176.08139.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 76 (30.08% from 255) = 20.05%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=30.87%
G=20.05%
B=49.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117761860.370.5900.27262.3644.3551.37
Hex754CBA253B01B1062c33
Octal16511427245730334065463
Binary1110101100110010111010100101111011011011100000110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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