#7F66F3

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

Shades of Medium Slate Blue #7F66F3

Tints of Medium Slate Blue #7F66F3

Color information

#7F66F3 (or 0x7F66F3) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 66 and F3. RGB value is (127,102,243). Sum of RGB (Red+Green+Blue) = 127+102+243=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #7F66F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F66F3 is #80990C. Grayscale: #7D7D7D. Windows color (decimal): -8427789 or 15951487. OLE color: 15951487.

HSL color Cylindrical-coordinate representation of color #7F66F3: hue angle of 250.64º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F66F3 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB127102243-
CMYK0.480.5800.05
HSL250.64º85.45%67.65%-
HSV(B)250.64º58.02%95.29%-
XYZ29.6820.4987.18-
YUV125.55194.28129.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 243 (95.31% from 255) = 51.48%
R=26.91%
G=21.61%
B=51.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1271022430.480.5800.05250.6485.4567.65
Hex7F66F3303A05fb5544
Octal177146363607205373125104
Binary111111111001101111001111000011101001011111101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F66F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,102,243); }

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

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

 a { background-color: rgb(127,102,243); }

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

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

 span { border-color: rgb(127,102,243); }

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