#7C65D7

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

Shades of Medium Slate Blue #7C65D7

Tints of Medium Slate Blue #7C65D7

Color information

#7C65D7 (or 0x7C65D7) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 65 and D7. RGB value is (124,101,215). Sum of RGB (Red+Green+Blue) = 124+101+215=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #7C65D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C65D7 is #839A28. Grayscale: #787878. Windows color (decimal): -8624681 or 14116220. OLE color: 14116220.

HSL color Cylindrical-coordinate representation of color #7C65D7: hue angle of 252.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C65D7 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB124101215-
CMYK0.420.5300.16
HSL252.11º58.76%61.96%-
HSV(B)252.11º53.02%84.31%-
XYZ25.2318.566.53-
YUV120.87181.12130.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.18%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 215 (84.38% from 255) = 48.86%
R=28.18%
G=22.95%
B=48.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1241012150.420.5300.16252.1158.7661.96
Hex7C65D72A35010fc3b3e
Octal17414532752650203747376
Binary111110011001011101011110101011010101000011111100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C65D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C65D7; }

 p { color: rgb(124,101,215); }

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

<style>
 a { background-color: #7C65D7; }

 a { background-color: rgb(124,101,215); }

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

<style>
 span { border-color: #7C65D7; }

 span { border-color: rgb(124,101,215); }

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