#754ABC

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

Shades of Studio #754ABC

Tints of Studio #754ABC

Color information

#754ABC (or 0x754ABC) is unknown color: approx Studio. HEX triplet: 75, 4A and BC. RGB value is (117,74,188). Sum of RGB (Red+Green+Blue) = 117+74+188=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #754ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ABC is #8AB543. Grayscale: #636363. Windows color (decimal): -9090372 or 12339829. OLE color: 12339829.

HSL color Cylindrical-coordinate representation of color #754ABC: hue angle of 262.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754ABC is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11774188-
CMYK0.380.6100.26
HSL262.63º45.97%51.37%-
HSV(B)262.63º60.64%73.73%-
XYZ18.8612.3148.96-
YUV99.85177.75140.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=30.87%
G=19.53%
B=49.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117741880.380.6100.26262.6345.9751.37
Hex754ABC263D01A1072e33
Octal16511227446750324075663
Binary1110101100101010111100100110111101011010100000111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,74,188); }

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

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

 a { background-color: rgb(117,74,188); }

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

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

 span { border-color: rgb(117,74,188); }

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