#754DCC

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

Shades of Slate Blue #754DCC

Tints of Slate Blue #754DCC

Color information

#754DCC (or 0x754DCC) is unknown color: approx Slate Blue. HEX triplet: 75, 4D and CC. RGB value is (117,77,204). Sum of RGB (Red+Green+Blue) = 117+77+204=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #754DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DCC is #8AB233. Grayscale: #666666. Windows color (decimal): -9089588 or 13389173. OLE color: 13389173.

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

Color convert

RGB11777204-
CMYK0.430.6200.2
HSL258.9º55.46%55.1%-
HSV(B)258.9º62.25%80%-
XYZ20.8913.4558.62-
YUV103.44184.75137.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 204 (80.08% from 255) = 51.26%
R=29.40%
G=19.35%
B=51.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117772040.430.6200.2258.955.4655.1
Hex754DCC2B3E0141033737
Octal16511531453760244036767
Binary1110101100110111001100101011111110010100100000011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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