#7665EA

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

Shades of Medium Slate Blue #7665EA

Tints of Medium Slate Blue #7665EA

Color information

#7665EA (or 0x7665EA) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 65 and EA. RGB value is (118,101,234). Sum of RGB (Red+Green+Blue) = 118+101+234=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #7665EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7665EA is #899A15. Grayscale: #787878. Windows color (decimal): -9017878 or 15361398. OLE color: 15361398.

HSL color Cylindrical-coordinate representation of color #7665EA: hue angle of 247.67º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7665EA is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118101234-
CMYK0.500.5700.08
HSL247.67º76%65.69%-
HSV(B)247.67º56.84%91.76%-
XYZ26.9819.180.11-
YUV121.24191.63125.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 234 (91.80% from 255) = 51.66%
R=26.05%
G=22.30%
B=51.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181012340.500.5700.08247.677665.69
Hex7665EA323908f84c42
Octal1661453526271010370114102
Binary1110110110010111101010110010111001010001111100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7665EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7665EA; }

 p { color: rgb(118,101,234); }

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

<style>
 a { background-color: #7665EA; }

 a { background-color: rgb(118,101,234); }

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

<style>
 span { border-color: #7665EA; }

 span { border-color: rgb(118,101,234); }

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