#755DD9

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

Shades of Slate Blue #755DD9

Tints of Slate Blue #755DD9

Color information

#755DD9 (or 0x755DD9) is unknown color: approx Slate Blue. HEX triplet: 75, 5D and D9. RGB value is (117,93,217). Sum of RGB (Red+Green+Blue) = 117+93+217=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #755DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DD9 is #8AA226. Grayscale: #717171. Windows color (decimal): -9085479 or 14245237. OLE color: 14245237.

HSL color Cylindrical-coordinate representation of color #755DD9: hue angle of 251.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755DD9 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11793217-
CMYK0.460.5700.15
HSL251.61º62%60.78%-
HSV(B)251.61º57.14%85.1%-
XYZ23.7716.6267.6-
YUV114.31185.95129.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.40%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 217 (85.16% from 255) = 50.82%
R=27.40%
G=21.78%
B=50.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117932170.460.5700.15251.616260.78
Hex755DD92E390Ffc3e3d
Octal16513533156710173747675
Binary11101011011101110110011011101110010111111111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755DD9; }

 p { color: rgb(117,93,217); }

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

<style>
 a { background-color: #755DD9; }

 a { background-color: rgb(117,93,217); }

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

<style>
 span { border-color: #755DD9; }

 span { border-color: rgb(117,93,217); }

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