#7465F0

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

Shades of Medium Slate Blue #7465F0

Tints of Medium Slate Blue #7465F0

Color information

#7465F0 (or 0x7465F0) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 65 and F0. RGB value is (116,101,240). Sum of RGB (Red+Green+Blue) = 116+101+240=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #7465F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7465F0 is #8B9A0F. Grayscale: #787878. Windows color (decimal): -9148944 or 15754612. OLE color: 15754612.

HSL color Cylindrical-coordinate representation of color #7465F0: hue angle of 246.47º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7465F0 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB116101240-
CMYK0.520.5800.06
HSL246.47º82.25%66.86%-
HSV(B)246.47º57.92%94.12%-
XYZ27.5819.3184.71-
YUV121.33194.97124.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 101 (39.84% from 255) = 22.10%
BLUE value IS 240 (94.14% from 255) = 52.52%
R=25.38%
G=22.10%
B=52.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1161012400.520.5800.06246.4782.2566.86
Hex7465F0343A06f65243
Octal164145360647206366122103
Binary111010011001011111000011010011101001101111011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7465F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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