#7166FB

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

Shades of Medium Slate Blue #7166FB

Tints of Medium Slate Blue #7166FB

Color information

#7166FB (or 0x7166FB) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 66 and FB. RGB value is (113,102,251). Sum of RGB (Red+Green+Blue) = 113+102+251=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #7166FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7166FB is #8E9904. Grayscale: #797979. Windows color (decimal): -9345285 or 16475761. OLE color: 16475761.

HSL color Cylindrical-coordinate representation of color #7166FB: hue angle of 244.43º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7166FB is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113102251-
CMYK0.550.5900.02
HSL244.43º94.9%69.22%-
HSV(B)244.43º59.36%98.43%-
XYZ28.9719.9893.6-
YUV122.28200.64121.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.25%
GREEN value IS 102 (40.23% from 255) = 21.89%
BLUE value IS 251 (98.44% from 255) = 53.86%
R=24.25%
G=21.89%
B=53.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131022510.550.5900.02244.4394.969.22
Hex7166FB373B02f45f45
Octal161146373677302364137105
Binary11100011100110111110111101111110110101111010010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7166FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7166FB; }

 p { color: rgb(113,102,251); }

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

<style>
 a { background-color: #7166FB; }

 a { background-color: rgb(113,102,251); }

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

<style>
 span { border-color: #7166FB; }

 span { border-color: rgb(113,102,251); }

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