#7465DE

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

Shades of Medium Slate Blue #7465DE

Tints of Medium Slate Blue #7465DE

Color information

#7465DE (or 0x7465DE) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 65 and DE. RGB value is (116,101,222). Sum of RGB (Red+Green+Blue) = 116+101+222=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #7465DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465DE is #8B9A21. Grayscale: #767676. Windows color (decimal): -9148962 or 14574964. OLE color: 14574964.

HSL color Cylindrical-coordinate representation of color #7465DE: hue angle of 247.44º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7465DE is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116101222-
CMYK0.480.5500.13
HSL247.44º64.71%63.33%-
HSV(B)247.44º54.5%87.06%-
XYZ25.0418.2971.32-
YUV119.28185.97125.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 222 (87.11% from 255) = 50.57%
R=26.42%
G=23.01%
B=50.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161012220.480.5500.13247.4464.7163.33
Hex7465DE30370Df7413f
Octal164145336606701536710177
Binary111010011001011101111011000011011101101111101111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7465DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7465DE; }

 p { color: rgb(116,101,222); }

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

<style>
 a { background-color: #7465DE; }

 a { background-color: rgb(116,101,222); }

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

<style>
 span { border-color: #7465DE; }

 span { border-color: rgb(116,101,222); }

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