#7265DD

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

Shades of Medium Slate Blue #7265DD

Tints of Medium Slate Blue #7265DD

Color information

#7265DD (or 0x7265DD) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 65 and DD. RGB value is (114,101,221). Sum of RGB (Red+Green+Blue) = 114+101+221=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #7265DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265DD is #8D9A22. Grayscale: #767676. Windows color (decimal): -9280035 or 14509426. OLE color: 14509426.

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

Color convert

RGB114101221-
CMYK0.480.5400.13
HSL246.5º63.83%63.14%-
HSV(B)246.5º54.3%86.67%-
XYZ24.6418.1170.6-
YUV118.57185.81124.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=26.15%
G=23.17%
B=50.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141012210.480.5400.13246.563.8363.14
Hex7265DD30360Df6403f
Octal162145335606601536610077
Binary111001011001011101110111000011011001101111101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7265DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7265DD; }

 p { color: rgb(114,101,221); }

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

<style>
 a { background-color: #7265DD; }

 a { background-color: rgb(114,101,221); }

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

<style>
 span { border-color: #7265DD; }

 span { border-color: rgb(114,101,221); }

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