#754FDE

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

Shades of Slate Blue #754FDE

Tints of Slate Blue #754FDE

Color information

#754FDE (or 0x754FDE) is unknown color: approx Slate Blue. HEX triplet: 75, 4F and DE. RGB value is (117,79,222). Sum of RGB (Red+Green+Blue) = 117+79+222=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #754FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FDE is #8AB021. Grayscale: #6A6A6A. Windows color (decimal): -9089058 or 14569333. OLE color: 14569333.

HSL color Cylindrical-coordinate representation of color #754FDE: hue angle of 255.94º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #754FDE is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11779222-
CMYK0.470.6400.13
HSL255.94º68.42%59.02%-
HSV(B)255.94º64.41%87.06%-
XYZ23.3214.6570.71-
YUV106.66193.09135.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 79 (31.25% from 255) = 18.90%
BLUE value IS 222 (87.11% from 255) = 53.11%
R=27.99%
G=18.90%
B=53.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117792220.470.6400.13255.9468.4259.02
Hex754FDE2F400D100443b
Octal1651173365710001540010473
Binary11101011001111110111101011111000000011011000000001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,79,222); }

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

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

 a { background-color: rgb(117,79,222); }

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

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

 span { border-color: rgb(117,79,222); }

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