#754BCC

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

Shades of Slate Blue #754BCC

Tints of Slate Blue #754BCC

Color information

#754BCC (or 0x754BCC) is unknown color: approx Slate Blue. HEX triplet: 75, 4B and CC. RGB value is (117,75,204). Sum of RGB (Red+Green+Blue) = 117+75+204=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #754BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BCC is #8AB433. Grayscale: #656565. Windows color (decimal): -9090100 or 13388661. OLE color: 13388661.

HSL color Cylindrical-coordinate representation of color #754BCC: hue angle of 259.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754BCC is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11775204-
CMYK0.430.6300.2
HSL259.53º55.84%54.71%-
HSV(B)259.53º63.24%80%-
XYZ20.7513.1758.58-
YUV102.26185.41138.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 204 (80.08% from 255) = 51.52%
R=29.55%
G=18.94%
B=51.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117752040.430.6300.2259.5355.8454.71
Hex754BCC2B3F0141043837
Octal16511331453770244047067
Binary1110101100101111001100101011111111010100100000100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,75,204); }

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

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

 a { background-color: rgb(117,75,204); }

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

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

 span { border-color: rgb(117,75,204); }

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