#7F69EC

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

Shades of Medium Slate Blue #7F69EC

Tints of Medium Slate Blue #7F69EC

Color information

#7F69EC (or 0x7F69EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 69 and EC. RGB value is (127,105,236). Sum of RGB (Red+Green+Blue) = 127+105+236=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F69EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F69EC is #809613. Grayscale: #7E7E7E. Windows color (decimal): -8427028 or 15493503. OLE color: 15493503.

HSL color Cylindrical-coordinate representation of color #7F69EC: hue angle of 250.08º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F69EC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127105236-
CMYK0.460.5600.07
HSL250.08º77.51%66.86%-
HSV(B)250.08º55.51%92.55%-
XYZ28.9420.6781.82-
YUV126.51189.79128.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.14%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 236 (92.58% from 255) = 50.43%
R=27.14%
G=22.44%
B=50.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271052360.460.5600.07250.0877.5166.86
Hex7F69EC2E3807fa4e43
Octal177151354567007372116103
Binary111111111010011110110010111011100001111111101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F69EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,105,236); }

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

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

 a { background-color: rgb(127,105,236); }

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

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

 span { border-color: rgb(127,105,236); }

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