#754EDC

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

Shades of Slate Blue #754EDC

Tints of Slate Blue #754EDC

Color information

#754EDC (or 0x754EDC) is unknown color: approx Slate Blue. HEX triplet: 75, 4E and DC. RGB value is (117,78,220). Sum of RGB (Red+Green+Blue) = 117+78+220=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #754EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EDC is #8AB123. Grayscale: #696969. Windows color (decimal): -9089316 or 14438005. OLE color: 14438005.

HSL color Cylindrical-coordinate representation of color #754EDC: hue angle of 256.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754EDC is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11778220-
CMYK0.470.6500.14
HSL256.48º66.98%58.43%-
HSV(B)256.48º64.55%86.27%-
XYZ22.9814.469.28-
YUV105.85192.42135.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.19%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 220 (86.33% from 255) = 53.01%
R=28.19%
G=18.80%
B=53.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117782200.470.6500.14256.4866.9858.43
Hex754EDC2F410E100433a
Octal1651163345710101640010372
Binary11101011001110110111001011111000001011101000000001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,78,220); }

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

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

 a { background-color: rgb(117,78,220); }

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

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

 span { border-color: rgb(117,78,220); }

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