#754EC8

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

Shades of Slate Blue #754EC8

Tints of Slate Blue #754EC8

Color information

#754EC8 (or 0x754EC8) is unknown color: approx Slate Blue. HEX triplet: 75, 4E and C8. RGB value is (117,78,200). Sum of RGB (Red+Green+Blue) = 117+78+200=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #754EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EC8 is #8AB137. Grayscale: #676767. Windows color (decimal): -9089336 or 13127285. OLE color: 13127285.

HSL color Cylindrical-coordinate representation of color #754EC8: hue angle of 259.18º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754EC8 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11778200-
CMYK0.420.6100.22
HSL259.18º52.59%54.51%-
HSV(B)259.18º61%78.43%-
XYZ20.4913.456.15-
YUV103.57182.42137.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=29.62%
G=19.75%
B=50.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal117782000.420.6100.22259.1852.5954.51
Hex754EC82A3D0161033537
Octal16511631052750264036567
Binary1110101100111011001000101010111101010110100000011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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