#754DC9

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

Shades of Slate Blue #754DC9

Tints of Slate Blue #754DC9

Color information

#754DC9 (or 0x754DC9) is unknown color: approx Slate Blue. HEX triplet: 75, 4D and C9. RGB value is (117,77,201). Sum of RGB (Red+Green+Blue) = 117+77+201=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #754DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DC9 is #8AB236. Grayscale: #666666. Windows color (decimal): -9089591 or 13192565. OLE color: 13192565.

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

Color convert

RGB11777201-
CMYK0.420.6200.21
HSL259.35º53.45%54.51%-
HSV(B)259.35º61.69%78.82%-
XYZ20.5313.3156.74-
YUV103.1183.25137.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 201 (78.91% from 255) = 50.89%
R=29.62%
G=19.49%
B=50.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117772010.420.6200.21259.3553.4554.51
Hex754DC92A3E0151033537
Octal16511531152760254036567
Binary1110101100110111001001101010111110010101100000011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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