#754bcd

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

Shades of Slate Blue #754BCD

Tints of Slate Blue #754BCD

Color information

#754BCD (or 0x754BCD) is unknown color: approx Slate Blue. HEX triplet: 75, 4B and CD. RGB value is (117,75,205). Sum of RGB (Red+Green+Blue) = 117+75+205=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #754BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BCD is #8AB432. Grayscale: #656565. Windows color (decimal): -9090099 or 13454197. OLE color: 13454197.

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

Color convert

RGB11775205-
CMYK0.430.6300.20
HSL259.38º56.52%54.9%-
HSV(B)259.38º63.41%80.39%-
XYZ20.8713.2259.21-
YUV102.38185.91138.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=29.47%
G=18.89%
B=51.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117752050.430.6300.20259.3856.5254.9
Hex754BCD2B3F0141033937
Octal16511331553770244037167
Binary1110101100101111001101101011111111010100100000011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,75,205); }

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

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

 a { background-color: rgb(117,75,205); }

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

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

 span { border-color: rgb(117,75,205); }

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